Interface ProbabilisticClassifierParams

All Superinterfaces:
ClassifierParams, HasFeaturesCol, HasLabelCol, HasPredictionCol, HasProbabilityCol, HasRawPredictionCol, HasThresholds, Identifiable, Params, PredictorParams, Serializable, scala.Serializable
All Known Subinterfaces:
DecisionTreeClassifierParams, FMClassifierParams, GBTClassifierParams, LogisticRegressionParams, MultilayerPerceptronParams, RandomForestClassifierParams, TreeEnsembleClassifierParams
All Known Implementing Classes:
DecisionTreeClassificationModel, DecisionTreeClassifier, FMClassificationModel, FMClassifier, GBTClassificationModel, GBTClassifier, LogisticRegression, LogisticRegressionModel, MultilayerPerceptronClassificationModel, MultilayerPerceptronClassifier, NaiveBayes, NaiveBayesModel, ProbabilisticClassificationModel, ProbabilisticClassifier, RandomForestClassificationModel, RandomForestClassifier

public interface ProbabilisticClassifierParams extends ClassifierParams, HasProbabilityCol, HasThresholds
(private[classification]) Params for probabilistic classification.