public interface MinMaxScalerParams extends Params, HasInputCol, HasOutputCol
MinMaxScaler
and MinMaxScalerModel
.Modifier and Type | Method and Description |
---|---|
double |
getMax() |
double |
getMin() |
DoubleParam |
max()
upper bound after transformation, shared by all features
Default: 1.0
|
DoubleParam |
min()
lower bound after transformation, shared by all features
Default: 0.0
|
StructType |
validateAndTransformSchema(StructType schema)
Validates and transforms the input schema.
|
getInputCol, inputCol
getOutputCol, outputCol
clear, copy, copyValues, defaultCopy, defaultParamMap, explainParam, explainParams, extractParamMap, extractParamMap, get, getDefault, getOrDefault, getParam, hasDefault, hasParam, isDefined, isSet, onParamChange, paramMap, params, set, set, set, setDefault, setDefault, shouldOwn
toString, uid
double getMax()
double getMin()
DoubleParam max()
DoubleParam min()
StructType validateAndTransformSchema(StructType schema)