Package org.apache.spark.ml.param
Class BooleanParam
- All Implemented Interfaces:
Serializable
Specialized version of
Param[Boolean]
for Java.- See Also:
-
Constructor Summary
ConstructorDescriptionBooleanParam
(String parent, String name, String doc) BooleanParam
(Identifiable parent, String name, String doc) -
Method Summary
Modifier and TypeMethodDescriptionboolean
jsonDecode
(String json) jsonEncode
(boolean value) w
(boolean value) Creates a param pair with the given value (for Java).
-
Constructor Details
-
BooleanParam
-
BooleanParam
-
-
Method Details
-
jsonDecode
-
jsonEncode
-
w
Creates a param pair with the given value (for Java).
-