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 |
_mean_per_class_error |
_cm, _hit_ratios, _logloss
_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,
TwoDimTable hit_ratio_table,
double meanPerClassError,
java.lang.String description) |
cm, getFromDKV, getHitRatioTable, hr, logloss, make, make, mean_per_class_error, toString, updateHits, updateHits
r2
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, setModelKey, sortModelsByMetric, sortModelsByMetric, 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
asBytes, clone, copyOver, frozenType, read, readExternal, readJSON, reloadFromBytes, toJsonBytes, toJsonString, write, writeExternal, writeJSON
public final TwoDimTable _confusion_matrix
public final TwoDimTable _hit_ratio_table
public final double _mean_per_class_error
public ModelMetricsOrdinalGeneric(Model model, Frame frame, long nobs, double mse, java.lang.String[] domain, double sigma, TwoDimTable confusionMatrix, float[] hr, double logloss, CustomMetric customMetric, TwoDimTable hit_ratio_table, double meanPerClassError, java.lang.String description)