public static class KMeansModel.KMeansOutput
extends hex.Model.Output
| Modifier and Type | Field and Description |
|---|---|
double |
_avgbetweenss |
double |
_avgss |
double |
_avgwithinss |
double[][] |
_centers |
int |
_iters |
java.lang.String[] |
_names |
int |
_ncats |
long[] |
_rows |
double[] |
_withinmse |
| Constructor and Description |
|---|
KMeansModel.KMeansOutput(KMeans b) |
| Modifier and Type | Method and Description |
|---|---|
hex.Model.ModelCategory |
getModelCategory() |
addModelMetrics, allNames, checksum, classNames, isClassifier, nclasses, nfeatures, responseNamepublic int _ncats
public int _iters
public java.lang.String[] _names
public double[][] _centers
public long[] _rows
public double[] _withinmse
public double _avgwithinss
public double _avgss
public double _avgbetweenss
public KMeansModel.KMeansOutput(KMeans b)