Interface BinaryLogisticRegressionSummary
- All Superinterfaces:
- BinaryClassificationSummary,- ClassificationSummary,- LogisticRegressionSummary,- Serializable,- Summary
- All Known Subinterfaces:
- BinaryLogisticRegressionTrainingSummary
- All Known Implementing Classes:
- BinaryLogisticRegressionSummaryImpl,- BinaryLogisticRegressionTrainingSummaryImpl
public interface BinaryLogisticRegressionSummary
extends LogisticRegressionSummary, BinaryClassificationSummary
Abstraction for binary logistic regression results for a given model.
- 
Method SummaryMethods inherited from interface org.apache.spark.ml.classification.BinaryClassificationSummaryareaUnderROC, fMeasureByThreshold, pr, precisionByThreshold, recallByThreshold, rocMethods 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, probabilityCol
- 
Method Details- 
scoreColString scoreCol()Description copied from interface:BinaryClassificationSummaryField in "predictions" which gives the probability or rawPrediction of each class as a vector.- Specified by:
- scoreColin interface- BinaryClassificationSummary
- Returns:
- (undocumented)
 
 
-