public class SharedTreeModelOutputV3 extends ModelOutputSchema
| Modifier and Type | Field and Description |
|---|---|
double |
init_f
The Intercept term, the initial model function value to which trees make adjustments
|
TwoDimTableV3 |
variable_importances
Variable Importances
|
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 |
|---|
SharedTreeModelOutputV3() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
toString()
Return the contents of this object as a JSON String.
|
public TwoDimTableV3 variable_importances
public double init_f
public java.lang.String toString()
toString in class ModelOutputSchema