public static final class PCAModelV3.PCAModelOutputV3 extends water.api.schemas3.ModelOutputSchemaV3<PCAModel.PCAOutput,PCAModelV3.PCAModelOutputV3>
Modifier and Type | Field and Description |
---|---|
water.api.schemas3.TwoDimTableV3 |
eigenvectors |
water.api.schemas3.TwoDimTableV3 |
importance |
double |
objective |
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 |
---|
PCAModelOutputV3() |
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="Standard deviation and importance of each principal component") public water.api.schemas3.TwoDimTableV3 importance
@API(help="Principal components matrix") public water.api.schemas3.TwoDimTableV3 eigenvectors
@API(help="Final value of GLRM squared loss function") public double objective