|
ppforest2 v0.1.0
Projection Pursuit Decision Trees and Random Forests
|
Parameters for generating simulated classification data. More...
#include <Simulation.hpp>
Public Attributes | |
| float | mean = 100.0f |
| Base mean for the first group. | |
| float | mean_separation = 50.0f |
| Mean shift between successive groups. | |
| float | sd = 10.0f |
| Standard deviation within each group. | |
Parameters for generating simulated classification data.
Controls the distribution of generated features across groups. Each group is drawn from a normal distribution with a shifted mean relative to the previous group.
| float ppforest2::stats::SimulationParams::mean = 100.0f |
Base mean for the first group.
| float ppforest2::stats::SimulationParams::mean_separation = 50.0f |
Mean shift between successive groups.
| float ppforest2::stats::SimulationParams::sd = 10.0f |
Standard deviation within each group.