t

ml.dmlc.xgboost4j.scala.spark.params

HasContribPredictionCol

特质 HasContribPredictionCol 继承自 Params

线性超类
Params, Serializable, Serializable, Identifiable, AnyRef, Any
排序
  1. 字母顺序
  2. 按继承顺序
已继承
  1. HasContribPredictionCol
  2. Params
  3. Serializable
  4. Serializable
  5. Identifiable
  6. AnyRef
  7. Any
  1. 隐藏所有
  2. 显示所有
可见性
  1. 公共
  2. 所有

抽象值成员

  1. abstract def copy(extra: ParamMap): Params
    定义类
    Params
  2. abstract val uid: String
    定义类
    Identifiable

具体值成员

  1. final def !=(arg0: Any): Boolean
    定义类
    AnyRef → Any
  2. final def ##(): Int
    定义类
    AnyRef → Any
  3. final def $[T](param: Param[T]): T
    属性
    protected
    定义类
    Params
  4. final def ==(arg0: Any): Boolean
    定义类
    AnyRef → Any
  5. final def asInstanceOf[T0]: T0
    定义类
    Any
  6. final def clear(param: Param[_]): HasContribPredictionCol.this.type
    定义类
    Params
  7. def clone(): AnyRef
    属性
    protected[lang]
    定义类
    AnyRef
    注解
    @throws( ... ) @native()
  8. final val contribPredictionCol: Param[String]

    贡献预测列的参数。

  9. def copyValues[T <: Params](to: T, extra: ParamMap): T
    属性
    protected
    定义类
    Params
  10. final def defaultCopy[T <: Params](extra: ParamMap): T
    属性
    protected
    定义类
    Params
  11. final def eq(arg0: AnyRef): Boolean
    定义类
    AnyRef
  12. def equals(arg0: Any): Boolean
    定义类
    AnyRef → Any
  13. def explainParam(param: Param[_]): String
    定义类
    Params
  14. def explainParams(): String
    定义类
    Params
  15. final def extractParamMap(): ParamMap
    定义类
    Params
  16. final def extractParamMap(extra: ParamMap): ParamMap
    定义类
    Params
  17. def finalize(): Unit
    属性
    protected[lang]
    定义类
    AnyRef
    注解
    @throws( classOf[java.lang.Throwable] )
  18. final def get[T](param: Param[T]): Option[T]
    定义类
    Params
  19. final def getClass(): Class[_]
    定义类
    AnyRef → Any
    注解
    @native()
  20. final def getContribPredictionCol: String

  21. final def getDefault[T](param: Param[T]): Option[T]
    定义类
    Params
  22. final def getOrDefault[T](param: Param[T]): T
    定义类
    Params
  23. def getParam(paramName: String): Param[Any]
    定义类
    Params
  24. final def hasDefault[T](param: Param[T]): Boolean
    定义类
    Params
  25. def hasParam(paramName: String): Boolean
    定义类
    Params
  26. def hashCode(): Int
    定义类
    AnyRef → Any
    注解
    @native()
  27. final def isDefined(param: Param[_]): Boolean
    定义类
    Params
  28. final def isInstanceOf[T0]: Boolean
    定义类
    Any
  29. final def isSet(param: Param[_]): Boolean
    定义类
    Params
  30. final def ne(arg0: AnyRef): Boolean
    定义类
    AnyRef
  31. final def notify(): Unit
    定义类
    AnyRef
    注解
    @native()
  32. final def notifyAll(): Unit
    定义类
    AnyRef
    注解
    @native()
  33. lazy val params: Array[Param[_]]
    定义类
    Params
  34. final def set(paramPair: ParamPair[_]): HasContribPredictionCol.this.type
    属性
    protected
    定义类
    Params
  35. final def set(param: String, value: Any): HasContribPredictionCol.this.type
    属性
    protected
    定义类
    Params
  36. final def set[T](param: Param[T], value: T): HasContribPredictionCol.this.type
    定义类
    Params
  37. final def setDefault(paramPairs: ParamPair[_]*): HasContribPredictionCol.this.type
    属性
    protected
    定义类
    Params
  38. final def setDefault[T](param: Param[T], value: T): HasContribPredictionCol.this.type
    属性
    受保护[org.apache.spark.ml]
    定义类
    Params
  39. final def synchronized[T0](arg0: ⇒ T0): T0
    定义类
    AnyRef
  40. def toString(): String
    定义类
    Identifiable → AnyRef → Any
  41. final def wait(): Unit
    定义类
    AnyRef
    注解
    @throws( ... )
  42. final def wait(arg0: Long, arg1: Int): Unit
    定义类
    AnyRef
    注解
    @throws( ... )
  43. final def wait(arg0: Long): Unit
    定义类
    AnyRef
    注解
    @throws( ... ) @native()

继承自 Params

继承自 Serializable

继承自 Serializable

继承自 Identifiable

继承自 AnyRef

继承自 Any

getParam

param

未分组