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.
|
DataFrame |
predictions()
Dataframe outputted by the model's `transform` method.
|
java.lang.String |
probabilityCol()
Field in "predictions" which gives the calibrated probability of each instance as a vector.
|
DataFrame predictions()
java.lang.String probabilityCol()
java.lang.String labelCol()
java.lang.String featuresCol()