Package org.apache.spark.ml.param
Class DoubleArrayArrayParam
Object
org.apache.spark.ml.param.Param<double[][]>
org.apache.spark.ml.param.DoubleArrayArrayParam
- All Implemented Interfaces:
- Serializable
Specialized version of 
Param[Array[Array[Double}] for Java.- See Also:
- 
Constructor SummaryConstructorsConstructorDescriptionDoubleArrayArrayParam(Params parent, String name, String doc) DoubleArrayArrayParam(Params parent, String name, String doc, scala.Function1<double[][], Object> isValid) 
- 
Method SummaryModifier and TypeMethodDescriptiondouble[][]jsonDecode(String json) Decodes a param value from JSON.jsonEncode(double[][] value) Encodes a param value into JSON, which can be decoded by `jsonDecode()`.ParamPair<double[][]>Creates a param pair with a `java.util.List` of values (for Java and Python).
- 
Constructor Details- 
DoubleArrayArrayParam
- 
DoubleArrayArrayParam
 
- 
- 
Method Details- 
jsonDecodeDescription copied from class:ParamDecodes a param value from JSON.- Overrides:
- jsonDecodein class- Param<double[][]>
 
- 
jsonEncodeDescription copied from class:ParamEncodes a param value into JSON, which can be decoded by `jsonDecode()`.- Overrides:
- jsonEncodein class- Param<double[][]>
 
- 
wCreates a param pair with a `java.util.List` of values (for Java and Python).
 
-