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 |
double[][] |
centers |
double |
iters |
int |
ncats |
long[] |
rows |
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 double[][] centers
@API(help="Rows[k]") public long[] rows
@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