public static final class KMeansModelV2.KMeansModelOutputV2 extends water.api.ModelOutputSchema<KMeansModel.KMeansOutput,KMeansModelV2.KMeansModelOutputV2>
| Modifier and Type | Field and Description |
|---|---|
double |
avgbetweenss |
double |
avgss |
double |
avgwithinss |
water.util.TwoDimTable |
centers |
double[][] |
centersraw |
double |
iters |
int |
ncats |
long[] |
size |
double[] |
withinmse |
| Constructor and Description |
|---|
KMeansModelV2.KMeansModelOutputV2() |
acceptsFrame, createAndFillImpl, createImpl, extractVersion, fillFromParms, fillImpl, getImplClass, getImplClass, getSchemaVersion, markdown, markdown, markdown, markdown, newInstance, register, registerAllSchemasIfNecessary, schema, schema, schema, schema, schema, schemaClass, schemaClass, schemaClass, schemaClass, schemas@API(help="Cluster Centers[k][features]") public water.util.TwoDimTable centers
public double[][] centersraw
@API(help="Cluster Size[k]") public long[] size
@API(help="Within cluster Mean Square Error per cluster") public double[] withinmse
@API(help="Average within cluster Mean Square Error") public double avgwithinss
@API(help="Average Mean Square Error to grand mean") public double avgss
@API(help="Average between cluster Mean Square Error") public double avgbetweenss
@API(help="Iterations executed") public double iters
@API(help="Number of categorical columns trained on") public int ncats