public class ModelMetricsRegressionCoxPH extends ModelMetricsRegression
| Modifier and Type | Class and Description |
|---|---|
static class |
ModelMetricsRegressionCoxPH.MetricBuilderRegressionCoxPH<T extends ModelMetricsRegressionCoxPH.MetricBuilderRegressionCoxPH<T>> |
ModelMetricsRegression.MetricBuilderRegression<T extends ModelMetricsRegression.MetricBuilderRegression<T>>ModelMetricsSupervised.MetricBuilderSupervised<T extends ModelMetricsSupervised.MetricBuilderSupervised<T>>ModelMetrics.MetricBuilder<T extends ModelMetrics.MetricBuilder<T>>_AIC, _loglikelihood, _mean_absolute_error, _mean_residual_deviance, _root_mean_squared_log_error_domain, _sigma_custom_metric, _description, _MSE, _nobs, _scoring_time| Constructor and Description |
|---|
ModelMetricsRegressionCoxPH(Model model,
Frame frame,
long nobs,
double mse,
double sigma,
double mae,
double rmsle,
double meanResidualDeviance,
CustomMetric customMetric,
double concordance,
long concordant,
long discordant,
long tied_y) |
| Modifier and Type | Method and Description |
|---|---|
double |
concordance() |
long |
concordant() |
long |
discordant() |
static ModelMetricsRegressionCoxPH |
getFromDKV(Model model,
Frame frame) |
long |
tiedY() |
java.lang.String |
toString() |
aic, computeHuberDelta, loglikelihood, mae, make, make, mean_residual_deviance, residual_deviance, rmsler2appendToStringMetrics, auc_obj, buildKey, buildKey, calcVarImp, calcVarImp, calcVarImp, calcVarImp, checksum_impl, cm, custom_increasing, custom, deepCloneWithDifferentModelAndFrame, defaultModelMetrics, frame, getAllowedMetrics, getMetricFromModel, getMetricFromModelMetric, hr, isForFrame, isForModel, model, mse, residual_degrees_of_freedom, rmse, setModelKey, sortModelsByMetric, sortModelsByMetric, withDescription, withModelAndFramechecksum_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, writeAllasBytes, clone, copyOver, frozenType, read, readExternal, readJSON, reloadFromBytes, toJsonBytes, toJsonString, write, writeExternal, writeJSONpublic ModelMetricsRegressionCoxPH(Model model, Frame frame, long nobs, double mse, double sigma, double mae, double rmsle, double meanResidualDeviance, CustomMetric customMetric, double concordance, long concordant, long discordant, long tied_y)
public double concordance()
public long concordant()
public long discordant()
public long tiedY()
public static ModelMetricsRegressionCoxPH getFromDKV(Model model, Frame frame)
public java.lang.String toString()
toString in class ModelMetricsRegression