特征 HasBaseMarginCol extends Params
线性超类
排序
- 按字母顺序
- 按继承顺序
继承成员
- HasBaseMarginCol
- Params
- Serializable
- Serializable
- Identifiable
- AnyRef
- Any
- 隐藏全部
- 显示全部
可见性
- Public
- 全部
抽象值成员
具体值成员
-
final def !=(arg0: Any): Boolean
- 定义类
- AnyRef → Any
-
final def ##(): Int
- 定义类
- AnyRef → Any
-
final def $[T](param: Param[T]): T
- 属性
- protected
- 定义类
- Params
-
final def ==(arg0: Any): Boolean
- 定义类
- AnyRef → Any
-
final def asInstanceOf[T0]: T0
- 定义类
- Any
-
final val baseMarginCol: Param[String]
用于初始预测(即基本边界)列名的参数。
-
final def clear(param: Param[_]): HasBaseMarginCol.this.type
- 定义类
- Params
-
def clone(): AnyRef
- 属性
- protected[lang]
- 定义类
- AnyRef
- 注解
- @throws( ... ) @native()
-
def copyValues[T <: Params](to: T, extra: ParamMap): T
- 属性
- protected
- 定义类
- Params
-
final def defaultCopy[T <: Params](extra: ParamMap): T
- 属性
- protected
- 定义类
- Params
-
final def eq(arg0: AnyRef): Boolean
- 定义类
- AnyRef
-
def equals(arg0: Any): Boolean
- 定义类
- AnyRef → Any
-
def explainParam(param: Param[_]): String
- 定义类
- Params
-
def explainParams(): String
- 定义类
- Params
-
final def extractParamMap(): ParamMap
- 定义类
- Params
-
final def extractParamMap(extra: ParamMap): ParamMap
- 定义类
- Params
-
def finalize(): Unit
- 属性
- protected[lang]
- 定义类
- AnyRef
- 注解
- @throws( classOf[java.lang.Throwable] )
-
final def get[T](param: Param[T]): Option[T]
- 定义类
- Params
- final def getBaseMarginCol: String
-
final def getClass(): Class[_]
- 定义类
- AnyRef → Any
- 注解
- @native()
-
final def getDefault[T](param: Param[T]): Option[T]
- 定义类
- Params
-
final def getOrDefault[T](param: Param[T]): T
- 定义类
- Params
-
def getParam(paramName: String): Param[Any]
- 定义类
- Params
-
final def hasDefault[T](param: Param[T]): Boolean
- 定义类
- Params
-
def hasParam(paramName: String): Boolean
- 定义类
- Params
-
def hashCode(): Int
- 定义类
- AnyRef → Any
- 注解
- @native()
-
final def isDefined(param: Param[_]): Boolean
- 定义类
- Params
-
final def isInstanceOf[T0]: Boolean
- 定义类
- Any
-
final def isSet(param: Param[_]): Boolean
- 定义类
- Params
-
final def ne(arg0: AnyRef): Boolean
- 定义类
- AnyRef
-
final def notify(): Unit
- 定义类
- AnyRef
- 注解
- @native()
-
final def notifyAll(): Unit
- 定义类
- AnyRef
- 注解
- @native()
-
lazy val params: Array[Param[_]]
- 定义类
- Params
-
final def set(paramPair: ParamPair[_]): HasBaseMarginCol.this.type
- 属性
- protected
- 定义类
- Params
-
final def set(param: String, value: Any): HasBaseMarginCol.this.type
- 属性
- protected
- 定义类
- Params
-
final def set[T](param: Param[T], value: T): HasBaseMarginCol.this.type
- 定义类
- Params
-
final def setDefault(paramPairs: ParamPair[_]*): HasBaseMarginCol.this.type
- 属性
- protected
- 定义类
- Params
-
final def setDefault[T](param: Param[T], value: T): HasBaseMarginCol.this.type
- 属性
- protected[org.apache.spark.ml]
- 定义类
- Params
-
final def synchronized[T0](arg0: ⇒ T0): T0
- 定义类
- AnyRef
-
def toString(): String
- 定义类
- Identifiable → AnyRef → Any
-
final def wait(): Unit
- 定义类
- AnyRef
- 注解
- @throws( ... )
-
final def wait(arg0: Long, arg1: Int): Unit
- 定义类
- AnyRef
- 注解
- @throws( ... )
-
final def wait(arg0: Long): Unit
- 定义类
- AnyRef
- 注解
- @throws( ... ) @native()