public static final class KMeansModelV2.KMeansModelOutputV2 extends water.api.ModelOutputSchema<KMeansModel.KMeansOutput,KMeansModelV2.KMeansModelOutputV2>
| Modifier and Type | Field and Description |
|---|---|
double |
avg_between_ss |
double |
avg_ss |
double |
avg_within_ss |
int |
categorical_column_count |
water.api.TwoDimTableV1 |
centers |
double |
iterations |
long[] |
size |
double[] |
within_mse |
| Constructor and Description |
|---|
KMeansModelV2.KMeansModelOutputV2() |
acceptsFrame, createAndFillImpl, createImpl, extractVersion, fillFromParms, fillImpl, getHighestSupportedVersion, getImplClass, getImplClass, getLatestVersion, 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.api.TwoDimTableV1 centers
@API(help="Cluster Size[k]") public long[] size
@API(help="Within cluster Mean Square Error per cluster") public double[] within_mse
@API(help="Average within cluster Mean Square Error") public double avg_within_ss
@API(help="Average Mean Square Error to grand mean") public double avg_ss
@API(help="Average between cluster Mean Square Error") public double avg_between_ss
@API(help="Iterations executed") public double iterations
@API(help="Number of categorical columns trained on") public int categorical_column_count