public class ModelMetricsBinomialGLMV3 extends ModelMetricsBinomialV3
| Modifier and Type | Field and Description |
|---|---|
double |
aic
AIC
|
long |
nullDegreesOfFreedom
null DOF
|
double |
nullDeviance
null deviance
|
long |
residualDegreesOfFreedom
residual DOF
|
double |
residualDeviance
residual deviance
|
auc, domain, gainsLiftTable, gini, logloss, maxCriteriaAndMetricScores, meanPerClassError, r2, thresholdsAndMetricScoresdescription, 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.
|
public double residualDeviance
public double nullDeviance
public double aic
public long nullDegreesOfFreedom
public long residualDegreesOfFreedom
public java.lang.String toString()
toString in class ModelMetricsBinomialV3