Interface BinaryLogisticRegressionTrainingSummary
- All Superinterfaces:
- BinaryClassificationSummary,- BinaryLogisticRegressionSummary,- ClassificationSummary,- LogisticRegressionSummary,- LogisticRegressionTrainingSummary,- Serializable,- Summary,- TrainingSummary
- All Known Implementing Classes:
- BinaryLogisticRegressionTrainingSummaryImpl
public interface BinaryLogisticRegressionTrainingSummary
extends BinaryLogisticRegressionSummary, LogisticRegressionTrainingSummary
Abstraction for binary logistic regression training results.
- 
Method SummaryMethods inherited from interface org.apache.spark.ml.classification.BinaryClassificationSummaryareaUnderROC, fMeasureByThreshold, pr, precisionByThreshold, recallByThreshold, rocMethods inherited from interface org.apache.spark.ml.classification.BinaryLogisticRegressionSummaryscoreColMethods 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