CSingleStateRBFFeatureCalculator Class Reference
Represents
a 1-D RBF-network layed over a specified continous state variable.
More...
#include <clinearfafeaturecalculator.h>
Inheritance diagram for CSingleStateRBFFeatureCalculator:
List
of all members.
Detailed Description
Represents a 1-D RBF-network layed over a specified continous state
variable.
You can specifiy the centers of the RBF-Functions (partitions
array) and the sigma of each RBF-Function. The RBF-centers have to
be in an ascending order. If you don't specify any sigma, the sigma
gets automatically calculated so that the distance between two
neighbored features is equal 2 * sigma. The rest of the parameters
are the same as for the superclass.
Constructor & Destructor Documentation
|
CSingleStateRBFFeatureCalculator::CSingleStateRBFFeatureCalculator
|
( |
int |
dimension,
|
|
|
int |
numPartitions,
|
|
|
double * |
partitions,
|
|
|
int |
numActiveFeatures |
|
) |
|
|
Member Function Documentation
| virtual double
CSingleStateRBFFeatureCalculator::getFeatureFactor
|
( |
int |
partition,
|
|
|
double |
difference,
|
|
|
double |
nextPart |
|
) |
[protected,
virtual] |
|
The documentation for this class was generated from the following
file:
|