public class ModelMetricsBinomialGLM extends ModelMetricsBinomial
| Modifier and Type | Class and Description |
|---|---|
static class |
ModelMetricsBinomialGLM.ModelMetricsMultinomialGLM |
ModelMetricsBinomial.MetricBuilderBinomial<T extends ModelMetricsBinomial.MetricBuilderBinomial<T>>ModelMetricsSupervised.MetricBuilderSupervised<T extends ModelMetricsSupervised.MetricBuilderSupervised<T>>ModelMetrics.MetricBuilder<T extends ModelMetrics.MetricBuilder<T>>Keyed.BinarySerializer<X extends Keyed>| Modifier and Type | Field and Description |
|---|---|
double |
_AIC |
long |
_nullDegressOfFreedom |
double |
_nullDev |
double |
_resDev |
long |
_residualDegressOfFreedom |
_auc, _logloss_domain, _sigma_description, _MSE, _scoring_time_key, EMPTY_KEY_LIST| Constructor and Description |
|---|
ModelMetricsBinomialGLM(Model model,
Frame frame,
double mse,
java.lang.String[] domain,
double sigma,
AUC2 auc,
double logloss,
double resDev,
double nullDev,
double aic,
long nDof,
long rDof) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object o) |
java.lang.String |
toString() |
auc, cm, getFromDKV, loglossr2buildKey, calcVarImp, calcVarImp, calcVarImp, calcVarImp, checksum_impl, frame, hr, isForFrame, isForModel, model, msechecksum, getBinarySerializer, getPublishedKeys, remove_impl, remove, remove, remove, removeclone, frozenType, read_impl, read, readExternal, readJSON_impl, readJSON, toJsonString, write_impl, write, writeExternal, writeJSON_impl, writeJSONpublic final long _nullDegressOfFreedom
public final long _residualDegressOfFreedom
public final double _resDev
public final double _nullDev
public final double _AIC
public java.lang.String toString()
toString in class ModelMetricsBinomialpublic boolean equals(java.lang.Object o)
equals in class java.lang.Object