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. def ->(value: Seq[ICECategoricalFeature]): ParamPair[Seq[ICECategoricalFeature]]
    Definition Classes
    Param
  2. implicit val dataFormat: JsonFormat[ICECategoricalFeature]
    Definition Classes
    TypedArrayParam
  3. val doc: String
    Definition Classes
    Param
  4. final def equals(obj: Any): Boolean
    Definition Classes
    Param → AnyRef → Any
  5. implicit val format: JsonFormat[Seq[ICECategoricalFeature]]
    Definition Classes
    JsonEncodableParam
  6. final def hashCode(): Int
    Definition Classes
    Param → AnyRef → Any
  7. val isValid: (Seq[ICECategoricalFeature]) ⇒ Boolean
    Definition Classes
    Param
  8. def jsonDecode(json: String): Seq[ICECategoricalFeature]
    Definition Classes
    JsonEncodableParam → Param
  9. def jsonEncode(value: Seq[ICECategoricalFeature]): String
    Definition Classes
    JsonEncodableParam → Param
  10. val name: String
    Definition Classes
    Param
  11. val parent: String
    Definition Classes
    Param
  12. def pyConstructorLine(v: Seq[ICECategoricalFeature]): String
    Definition Classes
    PythonWrappableParam
  13. def pyName(v: Seq[ICECategoricalFeature]): String
    Definition Classes
    PythonWrappableParam
  14. def pySetterLine(v: Seq[ICECategoricalFeature]): String
    Definition Classes
    PythonWrappableParam
  15. def pyValue(v: Seq[ICECategoricalFeature]): String
    Definition Classes
    PythonWrappableParam
  16. def rConstructorLine(v: Seq[ICECategoricalFeature]): String
    Definition Classes
    TypedArrayParamRWrappableParam
  17. def rName(v: Seq[ICECategoricalFeature]): String
    Definition Classes
    RWrappableParam
  18. def rSetterLine(v: Seq[ICECategoricalFeature]): String
    Definition Classes
    RWrappableParam
  19. def rValue(v: Seq[ICECategoricalFeature]): String
    Definition Classes
    TypedArrayParamRWrappableParam
  20. final def toString(): String
    Definition Classes
    Param → AnyRef → Any
  21. def w(v: ArrayList[ICECategoricalFeature]): ParamPair[Seq[ICECategoricalFeature]]
    Definition Classes
    TypedArrayParam
  22. def w(value: Seq[ICECategoricalFeature]): ParamPair[Seq[ICECategoricalFeature]]
    Definition Classes
    Param