public class ModelMetricsBinomialGLMV3 extends ModelMetricsBinomialV3
| Modifier and Type | Field and Description |
|---|---|
double |
aic
AIC
|
double |
loglikelihood
log likelihood
|
long |
nullDegreesOfFreedom
null DOF
|
double |
nullDeviance
null deviance
|
long |
residualDegreesOfFreedom
residual DOF
|
double |
residualDeviance
residual deviance
|
auc, cm, domain, gainsLiftTable, gini, logloss, maxCriteriaAndMetricScores, meanPerClassError, prAuc, r2, thresholdsAndMetricScorescustomMetricName, customMetricValue, description, frame, frameChecksum, model, modelCategory, modelChecksum, mse, nobs, predictions, rmse, scoringTime| Constructor and Description |
|---|
ModelMetricsBinomialGLMV3()
Public constructor
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
toString()
Return the contents of this object as a JSON String.
|
@SerializedName(value="residual_deviance") public double residualDeviance
@SerializedName(value="null_deviance") public double nullDeviance
@SerializedName(value="AIC") public double aic
public double loglikelihood
@SerializedName(value="null_degrees_of_freedom") public long nullDegreesOfFreedom
@SerializedName(value="residual_degrees_of_freedom") public long residualDegreesOfFreedom
public java.lang.String toString()
toString in class ModelMetricsBinomialV3