public class ModelMetricsBinomialV3 extends ModelMetricsBase
| 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 |
gains_lift_table
Gains and Lift table.
|
double |
Gini
The Gini score for this scoring run.
|
double |
logloss
The logarithmic loss for this scoring run.
|
TwoDimTableV3 |
max_criteria_and_metric_scores
The Metrics for various criteria.
|
double |
r2
The R^2 for this scoring run.
|
TwoDimTableV3 |
thresholds_and_metric_scores
The Metrics for various thresholds.
|
description, frame, frame_checksum, model, model_category, model_checksum, MSE, predictions, scoring_time| Constructor and Description |
|---|
ModelMetricsBinomialV3() |
| 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 java.lang.String[] domain
public TwoDimTableV3 thresholds_and_metric_scores
public TwoDimTableV3 max_criteria_and_metric_scores
public TwoDimTableV3 gains_lift_table
public java.lang.String toString()
toString in class ModelMetricsBase