public static final class PCAModelV3.PCAModelOutputV3 extends water.api.ModelOutputSchema<PCAModel.PCAOutput,PCAModelV3.PCAModelOutputV3>
| Modifier and Type | Field and Description |
|---|---|
water.api.TwoDimTableBase |
eigenvectors |
water.api.TwoDimTableBase |
importance |
double |
objective |
| Constructor and Description |
|---|
PCAModelV3.PCAModelOutputV3() |
acceptsFrame, createAndFillImpl, createImpl, extractVersion, fillFromParms, fillImpl, getExperimentalVersion, getHighestSupportedVersion, getImplClass, getImplClass, getLatestVersion, getSchemaVersion, markdown, markdown, markdown, markdown, newInstance, register, registerAllSchemasIfNecessary, schema, schema, schema, schema, schema, schemaClass, schemaClass, schemaClass, schemaClass, schemas@API(help="Standard deviation and importance of each principal component") public water.api.TwoDimTableBase importance
@API(help="Principal components matrix") public water.api.TwoDimTableBase eigenvectors
@API(help="GLRM final value of L2 loss function") public double objective