org.apache.spark.ml.param
Class DoubleArrayParam

Object
  extended by org.apache.spark.ml.param.Param<double[]>
      extended by org.apache.spark.ml.param.DoubleArrayParam
All Implemented Interfaces:
java.io.Serializable

public class DoubleArrayParam
extends Param<double[]>

:: DeveloperApi :: Specialized version of Param[Array[Double} for Java.

See Also:
Serialized Form

Constructor Summary
DoubleArrayParam(Params parent, String name, String doc)
           
DoubleArrayParam(Params parent, String name, String doc, scala.Function1<double[],Object> isValid)
           
 
Method Summary
 ParamPair<double[]> w(java.util.List<Double> value)
          Creates a param pair with a List of values (for Java and Python).
 
Methods inherited from class org.apache.spark.ml.param.Param
doc, equals, hashCode, isValid, name, parent, toString, w
 
Methods inherited from class Object
getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

DoubleArrayParam

public DoubleArrayParam(Params parent,
                        String name,
                        String doc,
                        scala.Function1<double[],Object> isValid)

DoubleArrayParam

public DoubleArrayParam(Params parent,
                        String name,
                        String doc)
Method Detail

w

public ParamPair<double[]> w(java.util.List<Double> value)
Creates a param pair with a List of values (for Java and Python).