c

com.microsoft.azure.synapse.ml.explainers

ICECategoricalFeaturesParam

class ICECategoricalFeaturesParam extends TypedArrayParam[ICECategoricalFeature]

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ICECategoricalFeaturesParam
  2. TypedArrayParam
  3. WrappableParam
  4. PythonWrappableParam
  5. RWrappableParam
  6. DotnetWrappableParam
  7. JsonEncodableParam
  8. Param
  9. Serializable
  10. Serializable
  11. AnyRef
  12. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new ICECategoricalFeaturesParam(parent: Params, name: String, doc: String, isValid: (Seq[ICECategoricalFeature]) ⇒ Boolean = _.forall(_.validate))

Type Members

  1. type InnerType = Seq[ICECategoricalFeature]
    Definition Classes
    PythonWrappableParam
  2. type RInnerType = Seq[ICECategoricalFeature]
    Definition Classes
    RWrappableParam
  3. type ValueType = ICECategoricalFeature
    Definition Classes
    TypedArrayParam

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. def ->(value: Seq[ICECategoricalFeature]): ParamPair[Seq[ICECategoricalFeature]]
    Definition Classes
    Param
  4. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  5. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  6. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  7. implicit val dataFormat: JsonFormat[ICECategoricalFeature]
    Definition Classes
    TypedArrayParam
  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. implicit val format: JsonFormat[Seq[ICECategoricalFeature]]
    Definition Classes
    JsonEncodableParam
  13. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  14. final def hashCode(): Int
    Definition Classes
    Param → AnyRef → Any
  15. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  16. val isValid: (Seq[ICECategoricalFeature]) ⇒ Boolean
    Definition Classes
    Param
  17. def jsonDecode(json: String): Seq[ICECategoricalFeature]
    Definition Classes
    JsonEncodableParam → Param
  18. def jsonEncode(value: Seq[ICECategoricalFeature]): String
    Definition Classes
    JsonEncodableParam → Param
  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: Seq[ICECategoricalFeature]): String
    Definition Classes
    PythonWrappableParam
  25. def pyName(v: Seq[ICECategoricalFeature]): String
    Definition Classes
    PythonWrappableParam
  26. def pySetterLine(v: Seq[ICECategoricalFeature]): String
    Definition Classes
    PythonWrappableParam
  27. def pyValue(v: Seq[ICECategoricalFeature]): String
    Definition Classes
    PythonWrappableParam
  28. def rConstructorLine(v: Seq[ICECategoricalFeature]): String
    Definition Classes
    TypedArrayParamRWrappableParam
  29. def rName(v: Seq[ICECategoricalFeature]): String
    Definition Classes
    RWrappableParam
  30. def rSetterLine(v: Seq[ICECategoricalFeature]): String
    Definition Classes
    RWrappableParam
  31. def rValue(v: Seq[ICECategoricalFeature]): String
    Definition Classes
    TypedArrayParamRWrappableParam
  32. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  33. final def toString(): String
    Definition Classes
    Param → AnyRef → Any
  34. def w(v: ArrayList[ICECategoricalFeature]): ParamPair[Seq[ICECategoricalFeature]]
    Definition Classes
    TypedArrayParam
  35. def w(value: Seq[ICECategoricalFeature]): ParamPair[Seq[ICECategoricalFeature]]
    Definition Classes
    Param
  36. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  37. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  38. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()

Inherited from Param[Seq[ICECategoricalFeature]]

Inherited from Serializable

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped