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() |
createAndFillImpl, createImpl, fillFromParms, fillFromParms, fillImpl, get__meta, getExperimentalVersion, getHighestSupportedVersion, getImplClass, getImplClass, getLatestVersion, getSchemaVersion, markdown, markdown, markdown, newInstance, newInstance, registerAllSchemasIfNecessary, schema, schema, schemaClass, schemas, setField@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="Final value of GLRM squared loss function") public double objective