public class PCAModelOutputV3 extends ModelOutputSchema
| Modifier and Type | Field and Description |
|---|---|
TwoDimTableV3 |
eigenvectors
Principal components matrix
|
TwoDimTableV3 |
importance
Standard deviation and importance of each principal component
|
double |
objective
Final value of GLRM squared loss function
|
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 |
|---|
PCAModelOutputV3() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
toString()
Return the contents of this object as a JSON String.
|
public TwoDimTableV3 importance
public TwoDimTableV3 eigenvectors
public double objective
public java.lang.String toString()
toString in class ModelOutputSchema