Interface HasRawPredictionCol

All Superinterfaces:
Identifiable, Params, Serializable, scala.Serializable
All Known Subinterfaces:
ClassifierParams, DecisionTreeClassifierParams, FMClassifierParams, GBTClassifierParams, LinearSVCParams, LogisticRegressionParams, MultilayerPerceptronParams, OneVsRestParams, ProbabilisticClassifierParams, RandomForestClassifierParams, TreeEnsembleClassifierParams
All Known Implementing Classes:
BinaryClassificationEvaluator, ClassificationModel, Classifier, DecisionTreeClassificationModel, DecisionTreeClassifier, FMClassificationModel, FMClassifier, GBTClassificationModel, GBTClassifier, LinearSVC, LinearSVCModel, LogisticRegression, LogisticRegressionModel, MultilayerPerceptronClassificationModel, MultilayerPerceptronClassifier, NaiveBayes, NaiveBayesModel, OneVsRest, OneVsRestModel, ProbabilisticClassificationModel, ProbabilisticClassifier, RandomForestClassificationModel, RandomForestClassifier

public interface HasRawPredictionCol extends Params
Trait for shared param rawPredictionCol (default: "rawPrediction"). This trait may be changed or removed between minor versions.
  • Method Details

    • getRawPredictionCol

      String getRawPredictionCol()
    • rawPredictionCol

      Param<String> rawPredictionCol()
      Param for raw prediction (a.k.a. confidence) column name.
      Returns:
      (undocumented)