public class ModelMetricsBinomialGLMV3 extends ModelMetricsBinomialV3
| Modifier and Type | Field and Description |
|---|---|
double |
AIC
AIC
|
long |
null_degrees_of_freedom
null DOF
|
double |
null_deviance
null deviance
|
long |
residual_degrees_of_freedom
residual DOF
|
double |
residual_deviance
residual deviance
|
AUC, domain, gains_lift_table, Gini, logloss, max_criteria_and_metric_scores, r2, thresholds_and_metric_scoresdescription, frame, frame_checksum, model, model_category, model_checksum, MSE, predictions, scoring_time| Constructor and Description |
|---|
ModelMetricsBinomialGLMV3() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
toString()
Return the contents of this object as a JSON String.
|
public double residual_deviance
public double null_deviance
public double AIC
public long null_degrees_of_freedom
public long residual_degrees_of_freedom
public java.lang.String toString()
toString in class ModelMetricsBinomialV3