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

CRegressionTreeVFunction Class Reference

#include <ctreevfunction.h>

Inheritance diagram for CRegressionTreeVFunction:

CAbstractVFunction CRegressionTreeFunction CStateObject CLearnDataObject CParameterObject CParameters List of all members.


Public Member Functions

  CRegressionTreeVFunction (CStateProperties *properties, CMapping< double > *tree)
virtual  ~CRegressionTreeVFunction ()
virtual double  getValue (CState *state)
  returns the value of the state, has to be implemented by the other V-Functions

virtual void  getInputData (CStateCollection *state, CAction *action, ColumnVector *data)
virtual void  resetData ()
virtual void  saveData (FILE *stream)
  Saves the Paramters of the Value Function.


Constructor & Destructor Documentation

CRegressionTreeVFunction::CRegressionTreeVFunction CStateProperties properties,
CMapping< double > *  tree
 
virtual CRegressionTreeVFunction::~CRegressionTreeVFunction  )  [inline, virtual]
 

Member Function Documentation

virtual void CRegressionTreeVFunction::getInputData CStateCollection state,
CAction action,
ColumnVector *  data
[virtual]
 

Implements CRegressionTreeFunction.

virtual double CRegressionTreeVFunction::getValue CState state  )  [virtual]
 

returns the value of the state, has to be implemented by the other V-Functions

Implements CAbstractVFunction.

virtual void CRegressionTreeVFunction::resetData  )  [virtual]
 

Reimplemented from CAbstractVFunction.

virtual void CRegressionTreeVFunction::saveData FILE *  stream  )  [virtual]
 

Saves the Paramters of the Value Function.

Reimplemented from CAbstractVFunction.


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