package preprocessing
Ordering
- Alphabetic
Visibility
- Public
- All
Type Members
-
case class
StandardScaler extends Product with Serializable
An immutable preprocessor that transforms features by subtracting the mean and scaling to unit variance.
An immutable preprocessor that transforms features by subtracting the mean and scaling to unit variance.
Examples: val preprocessor = StandardScaler()
Value Members
- object StandardScaler extends Serializable