public class ModelMetricsRegressionGLM extends ModelMetricsRegression
ModelMetricsRegression.MetricBuilderRegression<T extends ModelMetricsRegression.MetricBuilderRegression<T>>ModelMetricsSupervised.MetricBuilderSupervised<T extends ModelMetricsSupervised.MetricBuilderSupervised<T>>ModelMetrics.MetricBuilder<T extends ModelMetrics.MetricBuilder<T>>| Modifier and Type | Field and Description |
|---|---|
double |
_AIC |
long |
_nullDegressOfFreedom |
double |
_nullDev |
double |
_resDev |
long |
_residualDegressOfFreedom |
_mean_residual_deviance_domain, _sigma_description, _MSE, _scoring_time| Constructor and Description |
|---|
ModelMetricsRegressionGLM(Model model,
Frame frame,
double mse,
double sigma,
double resDev,
double meanResDev,
double nullDev,
double aic,
long nDof,
long rDof) |
| Modifier and Type | Method and Description |
|---|---|
long |
residualDegreesOfFreedom() |
java.lang.String |
toString() |
getFromDKVr2auc_obj, auc, buildKey, calcVarImp, calcVarImp, calcVarImp, calcVarImp, checksum_impl, cm, frame, hr, isForFrame, isForModel, model, mse, sortModelsByMetricchecksum, makeSchema, readAll_impl, readAll, remove_impl, remove, remove, remove, remove, writeAll_impl, writeAllclone, copyOver, frozenType, read_impl, read, readExternal, readJSON_impl, readJSON, toJsonString, write_impl, write, writeExternal, writeJSON_impl, writeJSONpublic final long _nullDegressOfFreedom
public final long _residualDegressOfFreedom
public final double _resDev
public final double _nullDev
public final double _AIC
public long residualDegreesOfFreedom()
residualDegreesOfFreedom in class ModelMetricspublic java.lang.String toString()
toString in class ModelMetricsRegression