ppforest2 v0.1.0
Projection Pursuit Decision Trees and Random Forests
Loading...
Searching...
No Matches
Summarize.hpp
Go to the documentation of this file.
1
5#pragma once
6
7#include "cli/CLIOptions.hpp"
8
9namespace CLI {
10 class App;
11}
12
13namespace ppforest2::cli {
15 CLI::App* setup_summarize(CLI::App& app, CLIOptions& params);
16
22}
CLI argument parsing, validation, and configuration for ppforest2.
Definition Benchmark.hpp:18
Command-line interface: argument parsing, subcommands, and benchmark/evaluation orchestration.
Definition Benchmark.hpp:22
CLI::App * setup_summarize(CLI::App &app, CLIOptions &params)
Register summarize subcommand options on app.
int run_summarize(CLIOptions &params)
Run the summarize subcommand.
All CLI options and runtime parameters.
Definition CLIOptions.hpp:32