Interface BinaryRandomForestClassificationSummary
- All Superinterfaces:
 BinaryClassificationSummary,ClassificationSummary,Serializable,Summary
- All Known Subinterfaces:
 BinaryRandomForestClassificationTrainingSummary
- All Known Implementing Classes:
 BinaryRandomForestClassificationSummaryImpl,BinaryRandomForestClassificationTrainingSummaryImpl
Abstraction for BinaryRandomForestClassification results for a given model.
- 
Method Summary
Methods inherited from interface org.apache.spark.ml.classification.BinaryClassificationSummary
areaUnderROC, fMeasureByThreshold, pr, precisionByThreshold, recallByThreshold, roc, scoreColMethods inherited from interface org.apache.spark.ml.classification.ClassificationSummary
accuracy, falsePositiveRateByLabel, fMeasureByLabel, fMeasureByLabel, labelCol, labels, precisionByLabel, predictionCol, predictions, recallByLabel, truePositiveRateByLabel, weightCol, weightedFalsePositiveRate, weightedFMeasure, weightedFMeasure, weightedPrecision, weightedRecall, weightedTruePositiveRate