public interface StandardScalerParams extends Params, HasInputCol, HasOutputCol
StandardScaler and StandardScalerModel.| Modifier and Type | Method and Description | 
|---|---|
boolean | 
getWithMean()  | 
boolean | 
getWithStd()  | 
StructType | 
validateAndTransformSchema(StructType schema)
Validates and transforms the input schema. 
 | 
BooleanParam | 
withMean()
Whether to center the data with mean before scaling. 
 | 
BooleanParam | 
withStd()
Whether to scale the data to unit standard deviation. 
 | 
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, uidboolean getWithMean()
boolean getWithStd()
StructType validateAndTransformSchema(StructType schema)
BooleanParam withMean()
BooleanParam withStd()