|
ppforest2 v0.1.0
Projection Pursuit Decision Trees and Random Forests
|
Benchmark result formatting, comparison, and export. More...
#include "cli/Benchmark.hpp"#include "io/Output.hpp"#include "io/Table.hpp"#include <optional>#include <string>#include <unordered_map>#include <vector>Go to the source code of this file.
Classes | |
| struct | ppforest2::cli::Baseline |
| A baseline suite with a pre-built name → result index. More... | |
| struct | ppforest2::cli::BenchmarkReport |
| Benchmark report with comparison, display, and export. More... | |
| struct | ppforest2::cli::BenchmarkReport::Markdown |
| Markdown style with emoji indicators. More... | |
| struct | ppforest2::cli::BenchmarkReport::Style |
| Display style for benchmark report output. More... | |
| struct | ppforest2::cli::BenchmarkReport::Text |
| Terminal style with ANSI color decorators. More... | |
Namespaces | |
| namespace | ppforest2 |
| Binarization strategies for multiclass-to-binary reduction. | |
| namespace | ppforest2::cli |
| Command-line interface: argument parsing, subcommands, and benchmark/evaluation orchestration. | |
Benchmark result formatting, comparison, and export.