Public Attributes | List of all members
ML::RandomForestMetaData< T, L > Struct Template Reference

#include <randomforest.hpp>

Collaboration diagram for ML::RandomForestMetaData< T, L >:
Collaboration graph

Public Attributes

std::vector< std::shared_ptr< DT::TreeMetaDataNode< T, L > > > trees
 
RF_params rf_params
 

Member Data Documentation

◆ rf_params

template<class T , class L >
RF_params ML::RandomForestMetaData< T, L >::rf_params

◆ trees

template<class T , class L >
std::vector<std::shared_ptr<DT::TreeMetaDataNode<T, L> > > ML::RandomForestMetaData< T, L >::trees

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