Interface BinaryRandomForestClassificationTrainingSummary
- All Superinterfaces:
- BinaryClassificationSummary,- BinaryRandomForestClassificationSummary,- ClassificationSummary,- RandomForestClassificationSummary,- RandomForestClassificationTrainingSummary,- Serializable,- Summary,- TrainingSummary
- All Known Implementing Classes:
- BinaryRandomForestClassificationTrainingSummaryImpl
public interface BinaryRandomForestClassificationTrainingSummary
extends BinaryRandomForestClassificationSummary, RandomForestClassificationTrainingSummary
Abstraction for BinaryRandomForestClassification training results.
- 
Method SummaryMethods inherited from interface org.apache.spark.ml.classification.BinaryClassificationSummaryareaUnderROC, fMeasureByThreshold, pr, precisionByThreshold, recallByThreshold, roc, scoreColMethods 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