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

CRBFCenterFeatureCalculator Class Reference

#include <cadaptivesoftmaxnetwork.h>

Inheritance diagram for CRBFCenterFeatureCalculator:

CFeatureCalculator CStateModifier CStateProperties List of all members.


Public Member Functions

  CRBFCenterFeatureCalculator (CStateProperties *stateProperties, CRBFCenterNetwork *network, unsigned int K)
virtual  ~CRBFCenterFeatureCalculator ()
virtual void  getModifiedState (CStateCollection *state, CState *targetState)
  Virtual function for calculating the modified state from the original state (usually the model state).



Public Attributes

bool  useBias
bool  normalizeFeat


Protected Attributes

CRBFCenterNetwork network

Constructor & Destructor Documentation

CRBFCenterFeatureCalculator::CRBFCenterFeatureCalculator CStateProperties stateProperties,
CRBFCenterNetwork network,
unsigned int  K
 
virtual CRBFCenterFeatureCalculator::~CRBFCenterFeatureCalculator  )  [virtual]
 

Member Function Documentation

virtual void CRBFCenterFeatureCalculator::getModifiedState CStateCollection state,
CState targetState
[virtual]
 

Virtual function for calculating the modified state from the original state (usually the model state).

Implements CStateModifier.


Member Data Documentation

CRBFCenterNetwork* CRBFCenterFeatureCalculator::network [protected]
 
bool CRBFCenterFeatureCalculator::normalizeFeat
 
bool CRBFCenterFeatureCalculator::useBias
 

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