Interface HasStepSize

All Superinterfaces:
Identifiable, Params, Serializable, scala.Serializable
All Known Subinterfaces:
FactorizationMachines, FactorizationMachinesParams, FMClassifierParams, FMRegressorParams, GBTClassifierParams, GBTParams, GBTRegressorParams, MultilayerPerceptronParams, Word2VecBase
All Known Implementing Classes:
FMClassificationModel, FMClassifier, FMRegressionModel, FMRegressor, GBTClassificationModel, GBTClassifier, GBTRegressionModel, GBTRegressor, MultilayerPerceptronClassificationModel, MultilayerPerceptronClassifier, Word2Vec, Word2VecModel

public interface HasStepSize extends Params
Trait for shared param stepSize. This trait may be changed or removed between minor versions.
  • Method Details

    • getStepSize

      double getStepSize()
    • stepSize

      DoubleParam stepSize()
      Param for Step size to be used for each iteration of optimization (> 0).
      Returns:
      (undocumented)