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>>Keyed.BinarySerializer<X extends Keyed>| 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_key, EMPTY_KEY_LIST| 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 |
|---|---|
java.lang.String |
toString() |
getFromDKVr2auc, buildKey, calcVarImp, calcVarImp, calcVarImp, calcVarImp, checksum_impl, cm, frame, hr, isForFrame, isForModel, model, msechecksum, getBinarySerializer, getPublishedKeys, remove_impl, remove, remove, remove, removeclone, 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 java.lang.String toString()
toString in class ModelMetricsRegression