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