iRoCS Toolbox  1.1.0
Functions
lBlitzRandomForest.hh File Reference
#include <config.hh>
#include <blitz/array.h>
#include "lRandomForest.hh"
Include dependency graph for lBlitzRandomForest.hh:

Go to the source code of this file.

Functions

void loadRFSimple (lRandomForest &forest, std::string fileName, int nTree)
 
void saveRFSimple (lRandomForest &forest, std::string fileName)
 
void trainRFSimple (lRandomForest &forest, blitz::Array< float, 2 > &Features, blitz::Array< int, 1 > &Labels, int m_try=-1, int labelRangeLow=0, int labelRangeHigh=9999)
 

Function Documentation

◆ trainRFSimple()

void trainRFSimple ( lRandomForest forest,
blitz::Array< float, 2 > &  Features,
blitz::Array< int, 1 > &  Labels,
int  m_try = -1,
int  labelRangeLow = 0,
int  labelRangeHigh = 9999 
)

◆ saveRFSimple()

void saveRFSimple ( lRandomForest forest,
std::string  fileName 
)

◆ loadRFSimple()

void loadRFSimple ( lRandomForest forest,
std::string  fileName,
int  nTree 
)