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, probabilityColareaUnderROC, fMeasureByThreshold, pr, precisionByThreshold, recallByThreshold, rocaccuracy, falsePositiveRateByLabel, fMeasureByLabel, fMeasureByLabel, labelCol, labels, precisionByLabel, predictionCol, predictions, recallByLabel, truePositiveRateByLabel, weightCol, weightedFalsePositiveRate, weightedFMeasure, weightedFMeasure, weightedPrecision, weightedRecall, weightedTruePositiveRateString scoreCol()
BinaryClassificationSummaryscoreCol in interface BinaryClassificationSummary