Interface HasThreshold

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

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

    • getThreshold

      double getThreshold()
    • threshold

      DoubleParam threshold()
      Param for threshold in binary classification prediction, in range [0, 1].
      Returns:
      (undocumented)