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, roc
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
totalIterations
featuresCol, labelCol, predictions, probabilityCol
public double[] objectiveHistory()
LogisticRegressionTrainingSummary
objectiveHistory
in interface LogisticRegressionTrainingSummary