public class ModelMetricsBinomialGLMV3 extends ModelMetricsBinomialV3
| Modifier and Type | Field and Description |
|---|---|
double |
AIC
AIC
|
double |
AUC
The AUC for this scoring run.
|
java.lang.String |
description
Optional description for this scoring run (to note out-of-bag, sampled data, etc.)
|
java.lang.String[] |
domain
The class labels of the response.
|
java.lang.String |
frame
The frame used for this scoring run.
|
long |
frame_checksum
The checksum for the frame used for this scoring run.
|
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.
|
java.lang.String |
model
The model used for this scoring run.
|
ModelCategory |
model_category
The category (e.g., Clustering) for the model used for this scoring run.
|
long |
model_checksum
The checksum for the model used for this scoring run.
|
double |
MSE
The Mean Squared Error of the prediction for this scoring run.
|
long |
null_degrees_of_freedom
null DOF
|
double |
null_deviance
null deviance
|
FrameV3 |
predictions
Predictions Frame.
|
double |
r2
The R^2 for this scoring run.
|
long |
residual_degrees_of_freedom
residual DOF
|
double |
residual_deviance
residual deviance
|
long |
scoring_time
The time in mS since the epoch for the start of this scoring run.
|
TwoDimTableV3 |
thresholds_and_metric_scores
The Metrics for various thresholds.
|
| Constructor and Description |
|---|
ModelMetricsBinomialGLMV3() |
public double residual_deviance
public double null_deviance
public double AIC
public long null_degrees_of_freedom
public long residual_degrees_of_freedom
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 java.lang.String model
public long model_checksum
public java.lang.String frame
public long frame_checksum
public java.lang.String description
public ModelCategory model_category
public long scoring_time
public FrameV3 predictions
public double MSE