ppforest2 v0.1.0
Projection Pursuit Decision Trees and Random Forests
Loading...
Searching...
No Matches
Evaluate.hpp File Reference

Multi-iteration model evaluation with convergence and the evaluate subcommand handler. More...

#include "cli/CLIOptions.hpp"

Go to the source code of this file.

Namespaces

namespace  CLI
 
namespace  ppforest2
 Binarization strategies for multiclass-to-binary reduction.
 
namespace  ppforest2::cli
 Command-line interface: argument parsing, subcommands, and benchmark/evaluation orchestration.
 

Functions

void ppforest2::cli::add_evaluate_options (CLI::App *sub, EvaluateParams &evaluate)
 Add evaluate/convergence options shared by evaluate and benchmark.
 
int ppforest2::cli::run_evaluate (Params &params)
 Run the evaluate subcommand.
 
void ppforest2::cli::setup_evaluate (CLI::App &app, Params &params)
 Register evaluate subcommand options on app.
 

Detailed Description

Multi-iteration model evaluation with convergence and the evaluate subcommand handler.