Param for Array of stage parameter maps.
:: DeveloperApi ::
Specialized generic version of Param[Array[_]]
for Java.
Param for Array of ParamMaps.
Param for Array of ParamMaps. Needed as spark has explicit params for many different types but not Array of ParamMaps.
Param for ByteArray.
Param for ByteArray. Needed as spark has explicit com.microsoft.ml.spark.core.serialize.params for many different types but not ByteArray.
Param for DataFrame.
Param for DataFrame. Needed as spark has explicit com.microsoft.ml.spark.core.serialize.params for many different types but not DataFrame.
Param for DataType
Param for Array of Models.
Param for Estimator.
Param for Estimator. Needed as spark has explicit com.microsoft.ml.spark.core.serialize.params for many different types but not Estimator.
Param for Evaluator.
Param for Evaluator. Needed as spark has explicit com.microsoft.ml.spark.core.serialize.params for many different types but not Evaluator.
Param for Map of String to Seq of String.
Param for Map of String to Seq of String.
Represents the parameter values.
Param for ParamSpace.
Param for ParamSpace. Needed as spark has explicit com.microsoft.ml.spark.core.serialize.params for many different types but not ParamSpace.
Param for Transformer.
Param for Transformer. Needed as spark has explicit com.microsoft.ml.spark.core.serialize.params for many different types but not Transformer.
Param for Array of Models.
Param for Transformer.
Param for Transformer. Needed as spark has explicit com.microsoft.ml.spark.core.serialize.params for many different types but not Transformer.
Param for UserDefinedFunction.
Param for UserDefinedFunction. Needed as spark has explicit params for many different types but not UserDefinedFunction.
Param for UserDefinedPythonFunction.
Param for UserDefinedPythonFunction. Needed as spark has explicit params for many different types but not UserDefinedPythonFunction.
:: DeveloperApi :: Specialized generic version of
Param[Array[_]]
for Java.