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

CExtraTreeRegressionForest Class Reference

#include <cforest.h>

Inheritance diagram for CExtraTreeRegressionForest:

CRegressionForest CForest< double > CMapping< double > List of all members.


Public Member Functions

  CExtraTreeRegressionForest (int numTrees, CDataSet *inputData, CDataSet1D *outputData, unsigned int K, unsigned int n_min, double treshold, CDataSet1D *weightData=NULL)
virtual  ~CExtraTreeRegressionForest ()

Constructor & Destructor Documentation

CExtraTreeRegressionForest::CExtraTreeRegressionForest int  numTrees,
CDataSet inputData,
CDataSet1D outputData,
unsigned int  K,
unsigned int  n_min,
double  treshold,
CDataSet1D weightData = NULL
 
virtual CExtraTreeRegressionForest::~CExtraTreeRegressionForest  )  [virtual]
 

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