public static final class GLRMModelV99.GLRMModelOutputV99 extends water.api.ModelOutputSchema<GLRMModel.GLRMOutput,GLRMModelV99.GLRMModelOutputV99>
| Modifier and Type | Field and Description |
|---|---|
water.api.TwoDimTableBase |
archetypes |
double |
avg_change_obj |
water.api.TwoDimTableBase |
eigenvectors |
int |
iterations |
water.api.KeyV3.FrameKeyV3 |
loading_key |
double |
objective |
double[] |
singular_vals |
double |
step_size |
| Constructor and Description |
|---|
GLRMModelV99.GLRMModelOutputV99() |
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="Iterations executed") public int iterations
@API(help="Objective value") public double objective
@API(help="Average change in objective value on final iteration") public double avg_change_obj
@API(help="Final step size") public double step_size
@API(help="Mapping from lower dimensional k-space to training features") public water.api.TwoDimTableBase archetypes
@API(help="Singular values of XY matrix") public double[] singular_vals
@API(help="Eigenvectors of XY matrix") public water.api.TwoDimTableBase eigenvectors
@API(help="Frame key for X matrix") public water.api.KeyV3.FrameKeyV3 loading_key