public class ModelMetricsBinomialV3 extends ModelMetricsBaseV3
| Modifier and Type | Field and Description |
|---|---|
double |
auc
The AUC for this scoring run.
|
java.lang.String[] |
domain
The class labels of the response.
|
TwoDimTableV3 |
gainsLiftTable
Gains and Lift table.
|
double |
gini
The Gini score for this scoring run.
|
double |
logloss
The logarithmic loss for this scoring run.
|
TwoDimTableV3 |
maxCriteriaAndMetricScores
The Metrics for various criteria.
|
double |
meanPerClassError
The mean misclassification error per class.
|
double |
r2
The R^2 for this scoring run.
|
TwoDimTableV3 |
thresholdsAndMetricScores
The Metrics for various thresholds.
|
description, frame, frameChecksum, model, modelCategory, modelChecksum, mse, nobs, predictions, rmse, scoringTime| Constructor and Description |
|---|
ModelMetricsBinomialV3()
Public constructor
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
toString()
Return the contents of this object as a JSON String.
|
public double r2
public double logloss
public double auc
public double gini
public double meanPerClassError
public java.lang.String[] domain
public TwoDimTableV3 thresholdsAndMetricScores
public TwoDimTableV3 maxCriteriaAndMetricScores
public TwoDimTableV3 gainsLiftTable
public java.lang.String toString()
toString in class ModelMetricsBaseV3