ppforest2 v0.1.0
Projection Pursuit Decision Trees and Random Forests
Loading...
Searching...
No Matches
ppforest2::io::ConfigDisplayHints Struct Reference

Optional display hints for print_configuration. More...

#include <Presentation.hpp>

Public Attributes

bool default_seed = false
 
bool default_threads = false
 
bool default_vars = false
 
std::string test_samples
 
std::string training_samples
 
int vars_percent = -1
 

Detailed Description

Optional display hints for print_configuration.

When printing a freshly trained model, callers can provide extra context (default-value tags, vars percentage, train/test split) that isn't stored in the saved config JSON.

Member Data Documentation

◆ default_seed

bool ppforest2::io::ConfigDisplayHints::default_seed = false

◆ default_threads

bool ppforest2::io::ConfigDisplayHints::default_threads = false

◆ default_vars

bool ppforest2::io::ConfigDisplayHints::default_vars = false

◆ test_samples

std::string ppforest2::io::ConfigDisplayHints::test_samples

◆ training_samples

std::string ppforest2::io::ConfigDisplayHints::training_samples

◆ vars_percent

int ppforest2::io::ConfigDisplayHints::vars_percent = -1

The documentation for this struct was generated from the following file: