public interface LogisticRegressionSummary
extends scala.Serializable
| Modifier and Type | Method and Description | 
|---|---|
java.lang.String | 
featuresCol()
Field in "predictions" which gives the features of each instance as a vector. 
 | 
java.lang.String | 
labelCol()
Field in "predictions" which gives the true label of each instance (if available). 
 | 
Dataset<Row> | 
predictions()
Dataframe output by the model's `transform` method. 
 | 
java.lang.String | 
probabilityCol()
Field in "predictions" which gives the probability of each class as a vector. 
 | 
java.lang.String probabilityCol()
java.lang.String labelCol()
java.lang.String featuresCol()