public interface BinaryLogisticRegressionSummary extends LogisticRegressionSummary, BinaryClassificationSummary
Modifier and Type | Method and Description |
---|---|
String |
scoreCol()
Field in "predictions" which gives the probability or rawPrediction of each class as a
vector.
|
asBinary, featuresCol, probabilityCol
areaUnderROC, fMeasureByThreshold, pr, precisionByThreshold, recallByThreshold, roc
accuracy, falsePositiveRateByLabel, fMeasureByLabel, fMeasureByLabel, labelCol, labels, precisionByLabel, predictionCol, predictions, recallByLabel, truePositiveRateByLabel, weightCol, weightedFalsePositiveRate, weightedFMeasure, weightedFMeasure, weightedPrecision, weightedRecall, weightedTruePositiveRate
String scoreCol()
BinaryClassificationSummary
scoreCol
in interface BinaryClassificationSummary