TarzaNN
TarzaNN neural network simulator
|
#include <SaliencyFeaturePlane.h>
Protected Member Functions | |
SaliencyFeaturePlane (Network *net, int l, QString *n, int w, int h, int angles, int speeds, int alpha, int speed, bool isWTA, bool visible, Neuron *neuron, NotifyStrategyAbstract *notify) | |
void | sumActivations (MatrixVector regularActivations, MatrixVector nonFourierActivations, Matrix *totalActivation) |
void | _sumActivations (MatrixVector activations, Matrix *totalActivation) |
Friends | |
class | FeaturePlaneFactory |
SaliencyFeaturePlane::SaliencyFeaturePlane | ( | Network * | net, |
int | l, | ||
QString * | n, | ||
int | w, | ||
int | h, | ||
int | angles, | ||
int | speeds, | ||
int | alpha, | ||
int | speed, | ||
bool | isWTA, | ||
bool | visible, | ||
Neuron * | neuron, | ||
NotifyStrategyAbstract * | notify | ||
) | [protected] |
void SaliencyFeaturePlane::_sumActivations | ( | MatrixVector | activations, |
Matrix * | totalActivation | ||
) | [protected] |
Reimplemented from FeaturePlane.
void SaliencyFeaturePlane::sumActivations | ( | MatrixVector | regularActivations, |
MatrixVector | nonFourierActivations, | ||
Matrix * | totalActivation | ||
) | [protected, virtual] |
Reimplemented from FeaturePlane.
friend class FeaturePlaneFactory [friend] |
Reimplemented from FeaturePlane.