public class ModelMetricsBinomialGLMGeneric extends ModelMetricsBinomialGeneric
ModelMetricsBinomial.MetricBuilderBinomial<T extends ModelMetricsBinomial.MetricBuilderBinomial<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 |
double |
_loglikelihood |
long |
_nullDegreesOfFreedom |
double |
_nullDev |
double |
_resDev |
long |
_residualDegreesOfFreedom |
_confusion_matrix, _gainsLiftTable, _max_criteria_and_metric_scores, _r2, _thresholds_and_metric_scores
_auc, _gainsLift, _logloss, _mean_per_class_error
_domain, _sigma
_custom_metric, _description, _MSE, _nobs, _scoring_time
Constructor and Description |
---|
ModelMetricsBinomialGLMGeneric(Model model,
Frame frame,
long nobs,
double mse,
java.lang.String[] domain,
double sigma,
AUC2 auc,
double logloss,
TwoDimTable gainsLiftTable,
CustomMetric customMetric,
double mean_per_class_error,
TwoDimTable thresholds_and_metric_scores,
TwoDimTable max_criteria_and_metric_scores,
TwoDimTable confusion_matrix,
long nullDegreesOfFreedom,
long residualDegreesOfFreedom,
double resDev,
double nullDev,
double aic,
TwoDimTable coefficients_table,
double r2,
java.lang.String description,
double loglikelihood) |
r2
auc_obj, auc, aucpr, cm, cm, gainsLift, getFromDKV, lift_top_group, logloss, make, make, make, mean_per_class_error, pr_auc, toString
appendToStringMetrics, buildKey, buildKey, calcVarImp, calcVarImp, calcVarImp, calcVarImp, checksum_impl, deepCloneWithDifferentModelAndFrame, defaultModelMetrics, frame, getAllowedMetrics, getMetricFromModel, getMetricFromModelMetric, hr, 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 long _nullDegreesOfFreedom
public final long _residualDegreesOfFreedom
public final double _resDev
public final double _nullDev
public final double _AIC
public final double _loglikelihood
public final TwoDimTable _coefficients_table
public ModelMetricsBinomialGLMGeneric(Model model, Frame frame, long nobs, double mse, java.lang.String[] domain, double sigma, AUC2 auc, double logloss, TwoDimTable gainsLiftTable, CustomMetric customMetric, double mean_per_class_error, TwoDimTable thresholds_and_metric_scores, TwoDimTable max_criteria_and_metric_scores, TwoDimTable confusion_matrix, long nullDegreesOfFreedom, long residualDegreesOfFreedom, double resDev, double nullDev, double aic, TwoDimTable coefficients_table, double r2, java.lang.String description, double loglikelihood)