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, 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
boolean getWithMean()
boolean getWithStd()
StructType validateAndTransformSchema(StructType schema)
BooleanParam withMean()
BooleanParam withStd()