public class ModelMetricsClustering extends ModelMetricsUnsupervised
Modifier and Type | Class and Description |
---|---|
static class |
ModelMetricsClustering.MetricBuilderClustering |
ModelMetricsUnsupervised.MetricBuilderUnsupervised
ModelMetrics.MetricBuilder<T extends ModelMetrics.MetricBuilder<T>>
Modifier and Type | Field and Description |
---|---|
double |
_betweenss |
long[] |
_size |
double |
_tot_withinss |
double |
_totss |
double[] |
_withinss |
_description, _MSE, _scoring_time
Constructor and Description |
---|
ModelMetricsClustering(Model model,
Frame frame) |
Modifier and Type | Method and Description |
---|---|
double |
betweenss() |
TwoDimTable |
createCentroidStatsTable()
Populate TwoDimTable from members _size and _withinss
|
java.lang.String |
toString() |
double |
tot_withinss() |
double |
totss() |
auc_obj, buildKey, calcVarImp, calcVarImp, calcVarImp, calcVarImp, checksum_impl, cm, frame, getAllowedMetrics, getFromDKV, getMetricFromModel, hr, isForFrame, isForModel, model, mse, residual_degrees_of_freedom, sortModelsByMetric
checksum, makeSchema, readAll_impl, readAll, remove_impl, remove, remove, remove, remove, writeAll_impl, writeAll
clone, copyOver, frozenType, read_impl, read, readExternal, readJSON_impl, readJSON, toJsonString, write_impl, write, writeExternal, writeJSON_impl, writeJSON
public long[] _size
public double[] _withinss
public double _totss
public double _tot_withinss
public double _betweenss
public double totss()
public double tot_withinss()
public double betweenss()
public java.lang.String toString()
toString
in class ModelMetrics
public TwoDimTable createCentroidStatsTable()