public static final class PCAModelV2.PCAModelOutputV2 extends water.api.ModelOutputSchema<PCAModel.PCAOutput,PCAModelV2.PCAModelOutputV2>
| Modifier and Type | Field and Description |
|---|---|
int[] |
catOffsets |
double[] |
cumVar |
double[][] |
eigVec |
java.lang.String[] |
namesExp |
double[] |
normMul |
double[] |
normSub |
int |
num_pc |
double[] |
propVar |
int |
rank |
double[] |
sdev |
| Constructor and Description |
|---|
PCAModelV2.PCAModelOutputV2() |
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="Column names expanded to accommodate categoricals") public java.lang.String[] namesExp
@API(help="Standard deviation of each principal component") public double[] sdev
@API(help="Proportion of variance explained by each principal component") public double[] propVar
@API(help="Cumulative proportion of variance explained by each principal component") public double[] cumVar
@API(help="Principal components (eigenvector) matrix") public double[][] eigVec
@API(help="If standardized, mean of each numeric data column") public double[] normSub
@API(help="If standardized, one over standard deviation of each numeric data column") public double[] normMul
@API(help="Offsets of categorical columns into the sdev vector. The last value is the offset of the first numerical column.") public int[] catOffsets
@API(help="Rank of eigenvector matrix") public int rank
@API(help="Number of principal components to display") public int num_pc