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

Serve subcommand handler: HTTP server around a loaded model. 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

int ppforest2::cli::run_serve (Params const &params)
 Run the serve subcommand.
 
void ppforest2::cli::setup_serve (CLI::App &app, Params &params)
 Register serve subcommand options on app.
 

Detailed Description

Serve subcommand handler: HTTP server around a loaded model.