public class BinaryLogisticRegressionTrainingSummary extends BinaryLogisticRegressionSummary implements LogisticRegressionTrainingSummary
transform method.
param: probabilityCol field in "predictions" which gives the calibrated probability of
each instance as a vector.
param: labelCol field in "predictions" which gives the true label of each instance.
param: featuresCol field in "predictions" which gives the features of each instance as a vector.
param: objectiveHistory objective function (scaled loss + regularization) at each iteration.| Modifier and Type | Method and Description |
|---|---|
double[] |
objectiveHistory()
objective function (scaled loss + regularization) at each iteration.
|
areaUnderROC, featuresCol, fMeasureByThreshold, labelCol, pr, precisionByThreshold, predictions, probabilityCol, recallByThreshold, rocclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waittotalIterationsfeaturesCol, labelCol, predictions, probabilityColpublic double[] objectiveHistory()
LogisticRegressionTrainingSummaryobjectiveHistory in interface LogisticRegressionTrainingSummary