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