|
ppforest2 v0.1.0
Projection Pursuit Decision Trees and Random Forests
|
All CLI options and runtime parameters. More...
#include <CLIOptions.hpp>
Public Attributes | |
| BenchmarkParams | benchmark |
| std::string | config_path |
| Path to JSON config file (–config). | |
| ConvergenceParams | convergence |
| std::string | data_path |
| EvaluateParams | evaluate |
| ModelParams | model |
| std::string | model_path |
| bool | no_color = false |
| bool | no_metrics = false |
| bool | no_proportions = false |
| bool | no_save = false |
| std::string | output_path |
| bool | quiet = false |
| std::string | save_path = "model.json" |
| SimulateParams | simulation |
| Subcommand | subcommand = Subcommand::none |
All CLI options and runtime parameters.
Fields with -1 or empty defaults are sentinel values meaning "not set by the user" and will be resolved by init_params().
| BenchmarkParams ppforest2::cli::CLIOptions::benchmark |
| std::string ppforest2::cli::CLIOptions::config_path |
Path to JSON config file (–config).
| ConvergenceParams ppforest2::cli::CLIOptions::convergence |
| std::string ppforest2::cli::CLIOptions::data_path |
| EvaluateParams ppforest2::cli::CLIOptions::evaluate |
| ModelParams ppforest2::cli::CLIOptions::model |
| std::string ppforest2::cli::CLIOptions::model_path |
| bool ppforest2::cli::CLIOptions::no_color = false |
| bool ppforest2::cli::CLIOptions::no_metrics = false |
| bool ppforest2::cli::CLIOptions::no_proportions = false |
| bool ppforest2::cli::CLIOptions::no_save = false |
| std::string ppforest2::cli::CLIOptions::output_path |
| bool ppforest2::cli::CLIOptions::quiet = false |
| std::string ppforest2::cli::CLIOptions::save_path = "model.json" |
| SimulateParams ppforest2::cli::CLIOptions::simulation |
| Subcommand ppforest2::cli::CLIOptions::subcommand = Subcommand::none |