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 |
water.api.schemas3.TwoDimTableV3 |
importance |
int |
iterations |
double |
objective |
java.lang.String |
representation_name |
double[] |
singular_vals |
double |
step_size |
int |
updates |
column_types, 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, cv_scoring_history, default_threshold, domains, end_time, help, model_category, model_summary, names, original_names, reproducibility_information_table, run_time, scoring_history, start_time, status, training_metrics, validation_metrics
Constructor and Description |
---|
GLRMModelOutputV3() |
createAndFillImpl, createImpl, extractVersionFromSchemaName, fillFromAny, fillFromBody, fillFromImpl, fillFromImpl, fillFromParms, fillFromParms, fillFromParms, fillImpl, fillImpl, getImplClass, getImplClass, getSchemaName, getSchemaType, getSchemaVersion, init_meta, markdown, markdown, newInstance, newInstance, setField, setSchemaType_doNotCall
@API(help="Number of iterations executed") public int iterations
@API(help="Number of updates executed") public int updates
@API(help="Current value of the objective function") 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 (Y)") 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
@API(help="Standard deviation and importance of each principal component") public water.api.schemas3.TwoDimTableV3 importance