Package org.apache.spark.ml.param
Class BooleanParam
- All Implemented Interfaces:
- Serializable
Specialized version of 
Param[Boolean] for Java.- See Also:
- 
Constructor SummaryConstructorsConstructorDescriptionBooleanParam(String parent, String name, String doc) BooleanParam(Identifiable parent, String name, String doc) 
- 
Method SummaryModifier and TypeMethodDescriptionbooleanjsonDecode(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
- 
wCreates a param pair with the given value (for Java).
 
-