20 #ifndef LIBRADIALFUNCTIONS_H
21 #define LIBRADIALFUNCTIONS_H
40 GaussFunction(
double centre = 0.0,
double variance = 1.0,
double maxvaule = 1.0 );
44 bool setVariance(
double v );
48 virtual void apply( DoubleVector& inputs, DoubleVector& outputs );
50 virtual bool derivate(
const DoubleVector& x,
const DoubleVector& y, DoubleVector& d )
const;
This file contains the common type defitions used on the whole framework.
double max
Maximum value of GaussFunction.
double centre
Centre of GaussFunction.
This file contains the declaration of the abstract OutputFunction Class.
virtual ~GaussFunction()
Destructor.