class EstimatorParam extends ComplexParam[Estimator[_ <: Model[_]]] with PipelineStageWrappable[Estimator[_ <: Model[_]]]

Param for Estimator. Needed as spark has explicit params for many different types but not Estimator.

Linear Supertypes
PipelineStageWrappable[Estimator[_ <: Model[_]]], ExternalDotnetWrappableParam[Estimator[_ <: Model[_]]], ParamEquality[Estimator[_ <: Model[_]]], ExternalPythonWrappableParam[Estimator[_ <: Model[_]]], PythonWrappableParam[Estimator[_ <: Model[_]]], ComplexParam[Estimator[_ <: Model[_]]], WrappableParam[Estimator[_ <: Model[_]]], DotnetWrappableParam[Estimator[_ <: Model[_]]], Param[Estimator[_ <: Model[_]]], Serializable, Serializable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. EstimatorParam
  2. PipelineStageWrappable
  3. ExternalDotnetWrappableParam
  4. ParamEquality
  5. ExternalPythonWrappableParam
  6. PythonWrappableParam
  7. ComplexParam
  8. WrappableParam
  9. DotnetWrappableParam
  10. Param
  11. Serializable
  12. Serializable
  13. AnyRef
  14. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new EstimatorParam(parent: Params, name: String, doc: String)
  2. new EstimatorParam(parent: Params, name: String, doc: String, isValid: (Estimator[_ <: Model[_]]) ⇒ Boolean)

Type Members

  1. type InnerType = Estimator[_ <: Model[_]]
    Definition Classes
    PythonWrappableParam

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. def ->(value: Estimator[_ <: Model[_]]): ParamPair[Estimator[_ <: Model[_]]]
    Definition Classes
    Param
  4. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  5. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  6. def assertEquality(v1: Any, v2: Any): Unit
    Definition Classes
    PipelineStageWrappableParamEquality
  7. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  8. val doc: String
    Definition Classes
    Param
  9. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  10. final def equals(obj: Any): Boolean
    Definition Classes
    Param → AnyRef → Any
  11. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  12. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  13. final def hashCode(): Int
    Definition Classes
    Param → AnyRef → Any
  14. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  15. val isValid: (Estimator[_ <: Model[_]]) ⇒ Boolean
    Definition Classes
    Param
  16. def jsonDecode(json: String): Estimator[_ <: Model[_]]
    Definition Classes
    ComplexParam → Param
  17. def jsonEncode(value: Estimator[_ <: Model[_]]): String
    Definition Classes
    ComplexParam → Param
  18. def load(sparkSession: SparkSession, path: Path): Estimator[_ <: Model[_]]
    Definition Classes
    ComplexParam
  19. val name: String
    Definition Classes
    Param
  20. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  21. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  22. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  23. val parent: String
    Definition Classes
    Param
  24. def pyConstructorLine(v: Estimator[_ <: Model[_]]): String
    Definition Classes
    PythonWrappableParam
  25. def pyLoadLine(modelNum: Int): String
  26. def pyName(v: Estimator[_ <: Model[_]]): String
    Definition Classes
    PythonWrappableParam
  27. def pySetterLine(v: Estimator[_ <: Model[_]]): String
    Definition Classes
    PythonWrappableParam
  28. def pyValue(v: Estimator[_ <: Model[_]]): String
  29. def save(obj: Estimator[_ <: Model[_]], sparkSession: SparkSession, path: Path, overwrite: Boolean): Unit
    Definition Classes
    ComplexParam
  30. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  31. final def toString(): String
    Definition Classes
    Param → AnyRef → Any
  32. def ttag: scala.reflect.api.JavaUniverse.TypeTag[Estimator[_ <: Model[_]]]
    Definition Classes
    ComplexParam
  33. def w(value: Estimator[_ <: Model[_]]): ParamPair[Estimator[_ <: Model[_]]]
    Definition Classes
    Param
  34. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  35. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  36. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()

Inherited from PipelineStageWrappable[Estimator[_ <: Model[_]]]

Inherited from ExternalDotnetWrappableParam[Estimator[_ <: Model[_]]]

Inherited from ParamEquality[Estimator[_ <: Model[_]]]

Inherited from ExternalPythonWrappableParam[Estimator[_ <: Model[_]]]

Inherited from PythonWrappableParam[Estimator[_ <: Model[_]]]

Inherited from ComplexParam[Estimator[_ <: Model[_]]]

Inherited from WrappableParam[Estimator[_ <: Model[_]]]

Inherited from DotnetWrappableParam[Estimator[_ <: Model[_]]]

Inherited from Param[Estimator[_ <: Model[_]]]

Inherited from Serializable

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped