public class ModelMetricsGLRM
extends hex.ModelMetricsUnsupervised
Modifier and Type | Class and Description |
---|---|
static class |
ModelMetricsGLRM.GlrmModelMetricsBuilder |
Modifier and Type | Field and Description |
---|---|
long |
_catcnt |
double |
_caterr |
long |
_numcnt |
double |
_numerr |
Constructor and Description |
---|
ModelMetricsGLRM(hex.Model model,
water.fvec.Frame frame,
double numerr,
double caterr,
hex.CustomMetric customMetric) |
ModelMetricsGLRM(hex.Model model,
water.fvec.Frame frame,
double numerr,
double caterr,
long numcnt,
long catcnt,
hex.CustomMetric customMetric) |
appendToStringMetrics, auc_obj, buildKey, buildKey, calcVarImp, calcVarImp, calcVarImp, calcVarImp, checksum_impl, cm, custom_increasing, custom, deepCloneWithDifferentModelAndFrame, defaultModelMetrics, frame, getAllowedMetrics, getFromDKV, getMetricFromModel, getMetricFromModelMetric, hr, isForFrame, isForModel, model, mse, residual_degrees_of_freedom, rmse, setModelKey, sortModelsByMetric, sortModelsByMetric, toString, withDescription, withModelAndFrame
checksum_impl, checksum, checksum, getKey, makeSchema, readAll_impl, readAll, remove_impl, remove_impl, remove_self_key_impl, remove, remove, remove, remove, remove, remove, removeQuietly, writeAll_impl, writeAll
public double _numerr
public double _caterr
public long _numcnt
public long _catcnt
public ModelMetricsGLRM(hex.Model model, water.fvec.Frame frame, double numerr, double caterr, hex.CustomMetric customMetric)
public ModelMetricsGLRM(hex.Model model, water.fvec.Frame frame, double numerr, double caterr, long numcnt, long catcnt, hex.CustomMetric customMetric)