Interface LogisticRegressionTrainingSummary
- All Superinterfaces:
- ClassificationSummary,- LogisticRegressionSummary,- Serializable,- TrainingSummary
- All Known Subinterfaces:
- BinaryLogisticRegressionTrainingSummary
- All Known Implementing Classes:
- BinaryLogisticRegressionTrainingSummaryImpl,- LogisticRegressionTrainingSummaryImpl
public interface LogisticRegressionTrainingSummary
extends LogisticRegressionSummary, TrainingSummary
Abstraction for multiclass logistic regression 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.LogisticRegressionSummaryasBinary, featuresCol, probabilityColMethods inherited from interface org.apache.spark.ml.classification.TrainingSummaryobjectiveHistory, totalIterations