Interface HasStandardization

All Superinterfaces:
Identifiable, Params, Serializable, scala.Serializable
All Known Subinterfaces:
LinearRegressionParams, LinearSVCParams, LogisticRegressionParams
All Known Implementing Classes:
LinearRegression, LinearRegressionModel, LinearSVC, LinearSVCModel, LogisticRegression, LogisticRegressionModel

public interface HasStandardization extends Params
Trait for shared param standardization (default: true). This trait may be changed or removed between minor versions.
  • Method Details

    • getStandardization

      boolean getStandardization()
    • standardization

      BooleanParam standardization()
      Param for whether to standardize the training features before fitting the model.
      Returns:
      (undocumented)