|
ppforest2 v0.1.0
Projection Pursuit Decision Trees and Random Forests
|
Files | |
| Benchmark.hpp | |
| Benchmark scenario types, JSON parsing, and subprocess-based execution. | |
| BenchmarkParams.hpp | |
| Benchmark-specific CLI parameters. | |
| BenchmarkReport.hpp | |
| Benchmark result formatting, comparison, and export. | |
| CLI.integration.hpp | |
| Shared utilities for CLI integration tests. | |
| CLIOptions.hpp | |
| CLI argument parsing, validation, and configuration for ppforest2. | |
| Evaluate.hpp | |
| Multi-iteration model evaluation with convergence and the evaluate subcommand handler. | |
| EvaluateParams.hpp | |
| Evaluate-specific CLI parameters: simulation, convergence, and evaluation options. | |
| ModelParams.hpp | |
| Model training parameters shared by train and evaluate. | |
| Predict.hpp | |
| Predict subcommand handler. | |
| Serve.hpp | |
| Serve subcommand handler: HTTP server around a loaded model. | |
| ServeHandlers.hpp | |
Pure request → response functions for the serve subcommand. | |
| ServeParams.hpp | |
| Serve subcommand parameters. | |
| Summarize.hpp | |
| Summarize subcommand handler: display saved model summary. | |
| Train.hpp | |
| Model training utilities and train subcommand handler. | |
| Validation.hpp | |
| Central config validation for all CLI subcommands. | |