Package org.apache.spark.ml.param
Class FloatParam
- All Implemented Interfaces:
- Serializable
Specialized version of 
Param[Float] for Java.- See Also:
- 
Constructor SummaryConstructorsConstructorDescriptionFloatParam(String parent, String name, String doc) FloatParam(Identifiable parent, String name, String doc) FloatParam(Identifiable parent, String name, String doc, scala.Function1<Object, Object> isValid) 
- 
Method SummaryModifier and TypeMethodDescriptionfloatjsonDecode(String json) jsonEncode(float value) static floatjValueDecode(org.json4s.JValue jValue) Decodes a param value from JValue.static org.json4s.JValuejValueEncode(float value) Encodes a param value into JValue.w(float value) Creates a param pair with the given value (for Java).
- 
Constructor Details- 
FloatParam
- 
FloatParam
- 
FloatParampublic FloatParam(Identifiable parent, String name, String doc, scala.Function1<Object, Object> isValid) 
- 
FloatParam
 
- 
- 
Method Details- 
jValueEncodepublic static org.json4s.JValue jValueEncode(float value) Encodes a param value into JValue.
- 
jValueDecodepublic static float jValueDecode(org.json4s.JValue jValue) Decodes a param value from JValue.
- 
wCreates a param pair with the given value (for Java).
- 
jsonEncode
- 
jsonDecode
 
-