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

Indices for a train/test split. More...

#include <Simulation.hpp>

Public Attributes

std::vector< int > te
 Test set indices.
 
std::vector< int > tr
 Training set indices.
 

Detailed Description

Indices for a train/test split.

Member Data Documentation

◆ te

std::vector<int> ppforest2::stats::Split::te

Test set indices.

◆ tr

std::vector<int> ppforest2::stats::Split::tr

Training set indices.


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