public class ModelMetricsSupervised extends ModelMetrics
Modifier and Type | Class and Description |
---|---|
static class |
ModelMetricsSupervised.MetricBuilderSupervised<T extends ModelMetricsSupervised.MetricBuilderSupervised<T>> |
ModelMetrics.MetricBuilder<T extends ModelMetrics.MetricBuilder<T>>
Modifier and Type | Field and Description |
---|---|
java.lang.String[] |
_domain |
double |
_sigma |
_description, _MSE, _nobs, _scoring_time
Constructor and Description |
---|
ModelMetricsSupervised(Model model,
Frame frame,
long nobs,
double mse,
java.lang.String[] domain,
double sigma) |
Modifier and Type | Method and Description |
---|---|
double |
r2() |
java.lang.String |
toString() |
auc_obj, buildKey, calcVarImp, calcVarImp, calcVarImp, calcVarImp, checksum_impl, cm, frame, getAllowedMetrics, getFromDKV, getMetricFromModel, hr, isForFrame, isForModel, model, mse, residual_degrees_of_freedom, rmse, sortModelsByMetric
checksum, makeSchema, readAll_impl, readAll, remove_impl, remove, remove, remove, remove, writeAll_impl, writeAll
asBytes, clone, copyOver, frozenType, read, readExternal, readJSON, reloadFromBytes, toJsonString, write, writeExternal, writeJSON
public java.lang.String toString()
toString
in class ModelMetrics
public final double r2()