public static final class GLRMModelV3.GLRMModelOutputV3 extends water.api.schemas3.ModelOutputSchemaV3<GLRMModel.GLRMOutput,GLRMModelV3.GLRMModelOutputV3>
| Modifier and Type | Field and Description |
|---|---|
water.api.schemas3.TwoDimTableV3 |
archetypes |
double |
avg_change_obj |
water.api.schemas3.TwoDimTableV3 |
eigenvectors |
int |
iterations |
double |
objective |
java.lang.String |
representation_name |
double[] |
singular_vals |
double |
step_size |
int |
updates |
cross_validation_fold_assignment_frame_id, cross_validation_holdout_predictions_frame_id, cross_validation_metrics, cross_validation_metrics_summary, cross_validation_models, cross_validation_predictions, domains, end_time, help, model_category, model_summary, names, run_time, scoring_history, start_time, status, training_metrics, validation_metrics| Constructor and Description |
|---|
GLRMModelV3.GLRMModelOutputV3() |
createAndFillImpl, createImpl, extractVersionFromSchemaName, fillFromImpl, fillFromParms, fillFromParms, fillImpl, fillImpl, getImplClass, getImplClass, getSchemaName, getSchemaType, getSchemaVersion, init_meta, markdown, markdown, newInstance, newInstance, setField, setSchemaType_doNotCall@API(help="Iterations executed") public int iterations
@API(help="Updates executed") public int updates
@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.schemas3.TwoDimTableV3 archetypes
@API(help="Singular values of XY matrix") public double[] singular_vals
@API(help="Eigenvectors of XY matrix") public water.api.schemas3.TwoDimTableV3 eigenvectors
@API(help="Frame key name for X matrix") public java.lang.String representation_name