ppforest2 v0.1.0
Projection Pursuit Decision Trees and Random Forests
Loading...
Searching...
No Matches
Evaluate.hpp
Go to the documentation of this file.
1
6#pragma once
7
8#include "cli/CLIOptions.hpp"
9
10namespace CLI {
11 class App;
12}
13
14namespace ppforest2::cli {
16 CLI::App* setup_evaluate(CLI::App& app, CLIOptions& params);
17
23}
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
int run_evaluate(CLIOptions &params)
Run the evaluate subcommand.
CLI::App * setup_evaluate(CLI::App &app, CLIOptions &params)
Register evaluate subcommand options on app.
All CLI options and runtime parameters.
Definition CLIOptions.hpp:32