Interface MultilayerPerceptronClassificationTrainingSummary
- All Superinterfaces:
ClassificationSummary
,MultilayerPerceptronClassificationSummary
,Serializable
,TrainingSummary
- All Known Implementing Classes:
MultilayerPerceptronClassificationTrainingSummaryImpl
public interface MultilayerPerceptronClassificationTrainingSummary
extends MultilayerPerceptronClassificationSummary, TrainingSummary
Abstraction for MultilayerPerceptronClassification training results.
-
Method Summary
Methods 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
Methods inherited from interface org.apache.spark.ml.classification.TrainingSummary
objectiveHistory, totalIterations