Interface DecisionTreeClassifierParams

All Superinterfaces:
ClassifierParams, DecisionTreeParams, HasCheckpointInterval, HasFeaturesCol, HasLabelCol, HasPredictionCol, HasProbabilityCol, HasRawPredictionCol, HasSeed, HasThresholds, HasWeightCol, Identifiable, Params, PredictorParams, ProbabilisticClassifierParams, Serializable, scala.Serializable, TreeClassifierParams
All Known Implementing Classes:
DecisionTreeClassificationModel, DecisionTreeClassifier

public interface DecisionTreeClassifierParams extends DecisionTreeParams, TreeClassifierParams, ProbabilisticClassifierParams