Inherited from Product
Inherited from Equals
Inherited from ReversibleScaler[DenseVector[Double]]
Inherited from Encoder[DenseVector[Double], DenseVector[Double]]
Inherited from Scaler[DenseVector[Double]]
Inherited from DataPipe[DenseVector[Double], DenseVector[Double]]
Inherited from Serializable
Inherited from Serializable
Inherited from DataPipeConvertible[DenseVector[Double], DenseVector[Double]]
Inherited from AnyRef
Inherited from Any
Scales the attributes of a data pattern using the sample mean and covariance matrix calculated on the data set. This allows standardization of multivariate data sets where the covariance of individual data dimensions is not negligible.
Sample mean of data
Sample covariance matrix of data.