public class KMeansModelOutputV3 extends ModelOutputSchema
| Modifier and Type | Field and Description |
|---|---|
TwoDimTableV3 |
centers
Cluster Centers[k][features]
|
TwoDimTableV3 |
centers_std
Cluster Centers[k][features] on Standardized Data
|
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 |
|---|
KMeansModelOutputV3() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
toString()
Return the contents of this object as a JSON String.
|
public TwoDimTableV3 centers
public TwoDimTableV3 centers_std
public java.lang.String toString()
toString in class ModelOutputSchema