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

CFeature Class Reference

Class for storing a single feature (feature Index and feature Faktor. More...

#include <cfeaturefunction.h>

List of all members.



Public Member Functions

  CFeature ()
  CFeature (unsigned int Index, double factor)
  ~CFeature ()


Public Attributes

unsigned int  featureIndex
double  factor

Detailed Description

Class for storing a single feature (feature Index and feature Faktor.

Used for creating a sparse array of features in comibintation of CFeatureList.


Constructor & Destructor Documentation

CFeature::CFeature  ) 
 
CFeature::CFeature unsigned int  Index,
double  factor
 
CFeature::~CFeature  ) 
 

Member Data Documentation

double CFeature::factor
 
unsigned int CFeature::featureIndex
 

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