Package org.apache.spark.ml.param
Class IntParam
- All Implemented Interfaces:
- Serializable
Specialized version of 
Param[Int] for Java.- See Also:
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionintjsonDecode(String json) jsonEncode(int value) w(int value) Creates a param pair with the given value (for Java).
- 
Constructor Details- 
IntParam
- 
IntParam
- 
IntParampublic IntParam(Identifiable parent, String name, String doc, scala.Function1<Object, Object> isValid) 
- 
IntParam
 
- 
- 
Method Details- 
jsonDecode
- 
jsonEncode
- 
wCreates a param pair with the given value (for Java).
 
-