|
ppforest2 v0.1.0
Projection Pursuit Decision Trees and Random Forests
|
Optional display hints for print_configuration. More...
#include <Presentation.hpp>
Public Attributes | |
| bool | default_seed = false |
| bool | default_threads = false |
| bool | default_vars = false |
| std::string | test_samples |
| std::string | training_samples |
| int | vars_percent = -1 |
Optional display hints for print_configuration.
When printing a freshly trained model, callers can provide extra context (default-value tags, vars percentage, train/test split) that isn't stored in the saved config JSON.
| bool ppforest2::io::ConfigDisplayHints::default_seed = false |
| bool ppforest2::io::ConfigDisplayHints::default_threads = false |
| bool ppforest2::io::ConfigDisplayHints::default_vars = false |
| std::string ppforest2::io::ConfigDisplayHints::test_samples |
| std::string ppforest2::io::ConfigDisplayHints::training_samples |
| int ppforest2::io::ConfigDisplayHints::vars_percent = -1 |