public class ModelMetricsMultinomialGLMGeneric extends ModelMetricsMultinomialGeneric
ModelMetricsMultinomial.MetricBuilderMultinomial<T extends ModelMetricsMultinomial.MetricBuilderMultinomial<T>>
ModelMetricsSupervised.MetricBuilderSupervised<T extends ModelMetricsSupervised.MetricBuilderSupervised<T>>
ModelMetrics.MetricBuilder<T extends ModelMetrics.MetricBuilder<T>>
Modifier and Type | Field and Description |
---|---|
double |
_AIC |
TwoDimTable |
_coefficients_table |
long |
_nullDegressOfFreedom |
double |
_nullDev |
double |
_resDev |
long |
_residualDegressOfFreedom |
_confusion_matrix_table, _hit_ratio_table, _r2
_cm, _hit_ratios, _logloss, _mean_per_class_error
_domain, _sigma
_custom_metric, _description, _MSE, _nobs, _scoring_time
Constructor and Description |
---|
ModelMetricsMultinomialGLMGeneric(Model model,
Frame frame,
long nobs,
double mse,
java.lang.String[] domain,
double sigma,
TwoDimTable confusion_matrix,
TwoDimTable hit_ratio_table,
double logloss,
CustomMetric customMetric,
double mean_per_class_error,
long nullDegressOfFreedom,
long residualDegressOfFreedom,
double resDev,
double nullDev,
double aic,
TwoDimTable coefficients_table,
double r2) |
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 long _nullDegressOfFreedom
public final long _residualDegressOfFreedom
public final double _resDev
public final double _nullDev
public final double _AIC
public final TwoDimTable _coefficients_table
public ModelMetricsMultinomialGLMGeneric(Model model, Frame frame, long nobs, double mse, java.lang.String[] domain, double sigma, TwoDimTable confusion_matrix, TwoDimTable hit_ratio_table, double logloss, CustomMetric customMetric, double mean_per_class_error, long nullDegressOfFreedom, long residualDegressOfFreedom, double resDev, double nullDev, double aic, TwoDimTable coefficients_table, double r2)