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