public interface LogisticRegressionSummary
extends scala.Serializable
Modifier and Type | Method and Description |
---|---|
String |
featuresCol()
Field in "predictions" which gives the features of each instance as a vector.
|
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.
|
String |
probabilityCol()
Field in "predictions" which gives the probability of each class as a vector.
|
String probabilityCol()
String labelCol()
String featuresCol()