public static class KMeansModel.KMeansOutput
extends hex.Model.Output
| Modifier and Type | Field and Description |
|---|---|
double |
_avg_between_ss |
double |
_avg_ss |
double |
_avg_within_ss |
int |
_categorical_column_count |
water.util.TwoDimTable |
_centers |
double[][] |
_centers_raw |
int |
_iterations |
long[] |
_size |
double[] |
_within_mse |
| Constructor and Description |
|---|
KMeansModel.KMeansOutput(KMeans b) |
| Modifier and Type | Method and Description |
|---|---|
hex.Model.ModelCategory |
getModelCategory() |
addModelMetrics, allNames, classNames, isClassifier, nclasses, nfeatures, responseNamepublic int _categorical_column_count
public int _iterations
public water.util.TwoDimTable _centers
public double[][] _centers_raw
public long[] _size
public double[] _within_mse
public double _avg_within_ss
public double _avg_ss
public double _avg_between_ss
public KMeansModel.KMeansOutput(KMeans b)