StandardScalerModel (Spark 3.5.5 JavaDoc) (original) (raw)


public class StandardScalerModel
extends Model<StandardScalerModel>
implements StandardScalerParams, MLWritable
Model fitted by StandardScaler.
param: std Standard deviation of the StandardScalerModel param: mean Mean of the StandardScalerModel
See Also:
Serialized Form