org.apache.spark.ml.param
Class IntParam
Object
org.apache.spark.ml.param.Param<Object>
org.apache.spark.ml.param.IntParam
- All Implemented Interfaces:
- java.io.Serializable
public class IntParam
- extends Param<Object>
:: DeveloperApi ::
Specialized version of Param[Int
] for Java.
- See Also:
- Serialized Form
Constructor Summary |
IntParam(org.apache.spark.ml.util.Identifiable parent,
String name,
String doc)
|
IntParam(org.apache.spark.ml.util.Identifiable parent,
String name,
String doc,
scala.Function1<Object,Object> isValid)
|
IntParam(String parent,
String name,
String doc)
|
IntParam(String parent,
String name,
String doc,
scala.Function1<Object,Object> isValid)
|
Method Summary |
ParamPair<Object> |
w(int value)
Creates a param pair with the given value (for Java). |
Methods inherited from class Object |
getClass, notify, notifyAll, wait, wait, wait |
IntParam
public IntParam(String parent,
String name,
String doc,
scala.Function1<Object,Object> isValid)
IntParam
public IntParam(String parent,
String name,
String doc)
IntParam
public IntParam(org.apache.spark.ml.util.Identifiable parent,
String name,
String doc,
scala.Function1<Object,Object> isValid)
IntParam
public IntParam(org.apache.spark.ml.util.Identifiable parent,
String name,
String doc)
w
public ParamPair<Object> w(int value)
- Creates a param pair with the given value (for Java).