public static final class KMeansModelV2.KMeansModelOutputV2 extends water.api.ModelOutputSchema<KMeansModel.KMeansOutput,KMeansModelV2.KMeansModelOutputV2>
| Modifier and Type | Field and Description |
|---|---|
double[][] |
clusters |
double |
iters |
double |
mse |
double[] |
mses |
int |
ncats |
long[] |
rows |
| Constructor and Description |
|---|
KMeansModelV2.KMeansModelOutputV2() |
acceptsFrame, createAndFillImpl, createImpl, extractVersion, fillFromParms, fillImpl, getImplClass, getImplClass, markdown, markdown, register@API(help="Clusters[K][features]") public double[][] clusters
@API(help="Rows[K]") public long[] rows
@API(help="Mean Square Error per cluster") public double[] mses
@API(help="Mean Square Error") public double mse
@API(help="Iterations executed") public double iters
@API(help="Number of categorical columns trained on") public int ncats