public interface LogisticRegressionSummary
extends scala.Serializable
Modifier and Type | Method and Description |
---|---|
java.lang.String |
labelCol()
Field in "predictions" which gives the the true label of each sample.
|
DataFrame |
predictions()
Dataframe outputted by the model's `transform` method.
|
java.lang.String |
probabilityCol()
Field in "predictions" which gives the calibrated probability of each sample as a vector.
|
DataFrame predictions()
java.lang.String probabilityCol()
java.lang.String labelCol()