public interface LogisticRegressionSummary extends ClassificationSummary
| Modifier and Type | Method and Description | 
|---|---|
| BinaryLogisticRegressionSummary | asBinary()Convenient method for casting to binary logistic regression summary. | 
| String | featuresCol()Field in "predictions" which gives the features of each instance as a vector. | 
| String | probabilityCol()Field in "predictions" which gives the probability of each class as a vector. | 
accuracy, falsePositiveRateByLabel, fMeasureByLabel, fMeasureByLabel, labelCol, labels, precisionByLabel, predictionCol, predictions, recallByLabel, truePositiveRateByLabel, weightCol, weightedFalsePositiveRate, weightedFMeasure, weightedFMeasure, weightedPrecision, weightedRecall, weightedTruePositiveRateBinaryLogisticRegressionSummary asBinary()
String featuresCol()
String probabilityCol()