Interface RandomForestClassificationTrainingSummary
- All Superinterfaces:
- ClassificationSummary,- RandomForestClassificationSummary,- Serializable,- Summary,- TrainingSummary
- All Known Subinterfaces:
- BinaryRandomForestClassificationTrainingSummary
- All Known Implementing Classes:
- BinaryRandomForestClassificationTrainingSummaryImpl,- RandomForestClassificationTrainingSummaryImpl
public interface RandomForestClassificationTrainingSummary
extends RandomForestClassificationSummary, TrainingSummary
Abstraction for multiclass RandomForestClassification training results.
- 
Method SummaryMethods inherited from interface org.apache.spark.ml.classification.ClassificationSummaryaccuracy, falsePositiveRateByLabel, fMeasureByLabel, fMeasureByLabel, labelCol, labels, precisionByLabel, predictionCol, predictions, recallByLabel, truePositiveRateByLabel, weightCol, weightedFalsePositiveRate, weightedFMeasure, weightedFMeasure, weightedPrecision, weightedRecall, weightedTruePositiveRateMethods inherited from interface org.apache.spark.ml.classification.RandomForestClassificationSummaryasBinaryMethods inherited from interface org.apache.spark.ml.classification.TrainingSummaryobjectiveHistory, totalIterations