public class ModelMetricsOrdinalGeneric extends ModelMetricsOrdinal
ModelMetricsOrdinal.MetricBuilderOrdinal<T extends ModelMetricsOrdinal.MetricBuilderOrdinal<T>>
ModelMetricsSupervised.MetricBuilderSupervised<T extends ModelMetricsSupervised.MetricBuilderSupervised<T>>
ModelMetrics.MetricBuilder<T extends ModelMetrics.MetricBuilder<T>>
Modifier and Type | Field and Description |
---|---|
TwoDimTable |
_confusion_matrix |
TwoDimTable |
_hit_ratio_table |
double |
_r2 |
_cm, _hit_ratios, _logloss, _mean_per_class_error
_domain, _sigma
_custom_metric, _description, _MSE, _nobs, _scoring_time
Constructor and Description |
---|
ModelMetricsOrdinalGeneric(Model model,
Frame frame,
long nobs,
double mse,
java.lang.String[] domain,
double sigma,
TwoDimTable confusionMatrix,
float[] hr,
double logloss,
CustomMetric customMetric,
double r2,
TwoDimTable hit_ratio_table) |
Modifier and Type | Method and Description |
---|---|
double |
r2() |
cm, getFromDKV, getHitRatioTable, hr, logloss, make, make, mean_per_class_error, toString, updateHits, updateHits
appendToStringMetrics, auc_obj, buildKey, buildKey, calcVarImp, calcVarImp, calcVarImp, calcVarImp, checksum_impl, deepCloneWithDifferentModelAndFrame, defaultModelMetrics, frame, getAllowedMetrics, getMetricFromModel, getMetricFromModelMetric, isForFrame, isForModel, model, mse, residual_degrees_of_freedom, rmse, sortModelsByMetric, sortModelsByMetric, withDescription, withModelAndFrame
checksum, makeSchema, readAll_impl, readAll, remove_impl, remove_impl, remove, remove, remove, remove, remove, remove, writeAll_impl, writeAll
asBytes, clone, copyOver, frozenType, read, readExternal, readJSON, reloadFromBytes, toJsonString, write, writeExternal, writeJSON
public final double _r2
public final TwoDimTable _confusion_matrix
public final TwoDimTable _hit_ratio_table
public ModelMetricsOrdinalGeneric(Model model, Frame frame, long nobs, double mse, java.lang.String[] domain, double sigma, TwoDimTable confusionMatrix, float[] hr, double logloss, CustomMetric customMetric, double r2, TwoDimTable hit_ratio_table)
public double r2()
r2
in class ModelMetricsSupervised