TarzaNN
TarzaNN neural network simulator
|
Constant Input feature plane. Just output a constant. More...
#include <ConstantInputFeaturePlane.h>
Public Member Functions | |
~ConstantInputFeaturePlane () | |
Protected Member Functions | |
ConstantInputFeaturePlane (Network *net, int l, float val, int w, int h, QString *nameIn, bool isWTA, bool visible, NotifyStrategyAbstract *notify) | |
Friends | |
class | FeaturePlaneFactory |
Constant Input feature plane. Just output a constant.
ConstantInputFeaturePlane::~ConstantInputFeaturePlane | ( | ) | [inline] |
ConstantInputFeaturePlane::ConstantInputFeaturePlane | ( | Network * | net, |
int | l, | ||
float | val, | ||
int | w, | ||
int | h, | ||
QString * | nameIn, | ||
bool | isWTA, | ||
bool | visible, | ||
NotifyStrategyAbstract * | notify | ||
) | [inline, protected] |
Return the specified value
friend class FeaturePlaneFactory [friend] |
Reimplemented from FeaturePlaneAbstract.