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, inputColgetOutputCol, outputColclear, copy, copyValues, defaultCopy, defaultParamMap, explainParam, explainParams, extractParamMap, extractParamMap, get, getDefault, getOrDefault, getParam, hasDefault, hasParam, isDefined, isSet, onParamChange, paramMap, params, set, set, set, setDefault, setDefault, shouldOwntoString, uiddouble getMax()
double getMin()
DoubleParam max()
DoubleParam min()
StructType validateAndTransformSchema(StructType schema)