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 |
long[] |
rows |
| Constructor and Description |
|---|
KMeansModelV2.KMeansModelOutputV2() |
| Modifier and Type | Method and Description |
|---|---|
KMeansModel.KMeansOutput |
createImpl() |
KMeansModelV2.KMeansModelOutputV2 |
fillFromImpl(KMeansModel.KMeansOutput impl) |
@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
public KMeansModel.KMeansOutput createImpl()
createImpl in class water.api.ModelOutputSchema<KMeansModel.KMeansOutput,KMeansModelV2.KMeansModelOutputV2>public KMeansModelV2.KMeansModelOutputV2 fillFromImpl(KMeansModel.KMeansOutput impl)
fillFromImpl in class water.api.ModelOutputSchema<KMeansModel.KMeansOutput,KMeansModelV2.KMeansModelOutputV2>