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

Simulation data source options. More...

#include <EvaluateParams.hpp>

Public Attributes

int cols = 10
 
std::string format
 
float mean = 100.0f
 
float mean_separation = 50.0f
 
int n_groups = 2
 
int rows = 1000
 
float sd = 10.0f
 

Detailed Description

Simulation data source options.

Member Data Documentation

◆ cols

int ppforest2::cli::SimulateParams::cols = 10

◆ format

std::string ppforest2::cli::SimulateParams::format

◆ mean

float ppforest2::cli::SimulateParams::mean = 100.0f

◆ mean_separation

float ppforest2::cli::SimulateParams::mean_separation = 50.0f

◆ n_groups

int ppforest2::cli::SimulateParams::n_groups = 2

◆ rows

int ppforest2::cli::SimulateParams::rows = 1000

◆ sd

float ppforest2::cli::SimulateParams::sd = 10.0f

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