Reinforcement Learning Toolbox 2.0
last updated:
General
Documentation
Manual
Tutorial
Class Reference
Master Thesis
Examples
Related Papers
Downloads
Links
News
mailto:webmaster
Main Page     Class Hierarchy   Compound List   File List   Compound Members   File Members

CExtraRegressionForestTrainer Class Reference

#include <ctreebatchlearning.h>

Inheritance diagram for CExtraRegressionForestTrainer:

CParameterObject CParameters CExtraRegressionForestFeatureLearner CExtraRegressionForestLearner List of all members.


Public Member Functions

  CExtraRegressionForestTrainer (int numTrees, int K, int n_min, double treshold)
virtual  ~CExtraRegressionForestTrainer ()
virtual CRegressionForest getNewTree (CDataSet *input, CDataSet1D *output, CDataSet1D *weightData)

Constructor & Destructor Documentation

CExtraRegressionForestTrainer::CExtraRegressionForestTrainer int  numTrees,
int  K,
int  n_min,
double  treshold
 
virtual CExtraRegressionForestTrainer::~CExtraRegressionForestTrainer  )  [virtual]
 

Member Function Documentation

virtual CRegressionForest* CExtraRegressionForestTrainer::getNewTree CDataSet input,
CDataSet1D output,
CDataSet1D weightData
[virtual]
 

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