class ICECategoricalFeaturesParam extends TypedArrayParam[ICECategoricalFeature]
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- ICECategoricalFeaturesParam
- TypedArrayParam
- WrappableParam
- PythonWrappableParam
- RWrappableParam
- DotnetWrappableParam
- JsonEncodableParam
- Param
- Serializable
- Serializable
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new ICECategoricalFeaturesParam(parent: Params, name: String, doc: String, isValid: (Seq[ICECategoricalFeature]) ⇒ Boolean = _.forall(_.validate))
Type Members
-
type
InnerType = Seq[ICECategoricalFeature]
- Definition Classes
- PythonWrappableParam
-
type
RInnerType = Seq[ICECategoricalFeature]
- Definition Classes
- RWrappableParam
-
type
ValueType = ICECategoricalFeature
- Definition Classes
- TypedArrayParam
Value Members
-
def
->(value: Seq[ICECategoricalFeature]): ParamPair[Seq[ICECategoricalFeature]]
- Definition Classes
- Param
-
implicit
val
dataFormat: JsonFormat[ICECategoricalFeature]
- Definition Classes
- TypedArrayParam
-
val
doc: String
- Definition Classes
- Param
-
final
def
equals(obj: Any): Boolean
- Definition Classes
- Param → AnyRef → Any
-
implicit
val
format: JsonFormat[Seq[ICECategoricalFeature]]
- Definition Classes
- JsonEncodableParam
-
final
def
hashCode(): Int
- Definition Classes
- Param → AnyRef → Any
-
val
isValid: (Seq[ICECategoricalFeature]) ⇒ Boolean
- Definition Classes
- Param
-
def
jsonDecode(json: String): Seq[ICECategoricalFeature]
- Definition Classes
- JsonEncodableParam → Param
-
def
jsonEncode(value: Seq[ICECategoricalFeature]): String
- Definition Classes
- JsonEncodableParam → Param
-
val
name: String
- Definition Classes
- Param
-
val
parent: String
- Definition Classes
- Param
-
def
pyConstructorLine(v: Seq[ICECategoricalFeature]): String
- Definition Classes
- PythonWrappableParam
-
def
pyName(v: Seq[ICECategoricalFeature]): String
- Definition Classes
- PythonWrappableParam
-
def
pySetterLine(v: Seq[ICECategoricalFeature]): String
- Definition Classes
- PythonWrappableParam
-
def
pyValue(v: Seq[ICECategoricalFeature]): String
- Definition Classes
- PythonWrappableParam
-
def
rConstructorLine(v: Seq[ICECategoricalFeature]): String
- Definition Classes
- TypedArrayParam → RWrappableParam
-
def
rName(v: Seq[ICECategoricalFeature]): String
- Definition Classes
- RWrappableParam
-
def
rSetterLine(v: Seq[ICECategoricalFeature]): String
- Definition Classes
- RWrappableParam
-
def
rValue(v: Seq[ICECategoricalFeature]): String
- Definition Classes
- TypedArrayParam → RWrappableParam
-
final
def
toString(): String
- Definition Classes
- Param → AnyRef → Any
-
def
w(v: ArrayList[ICECategoricalFeature]): ParamPair[Seq[ICECategoricalFeature]]
- Definition Classes
- TypedArrayParam
-
def
w(value: Seq[ICECategoricalFeature]): ParamPair[Seq[ICECategoricalFeature]]
- Definition Classes
- Param