#include <FeaturePlaneHistogram.h>
List of all members.
Protected Member Functions |
| FeaturePlaneHistogram (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, int numBins) |
void | computeActivations () |
void | computeActivations (PlaneInputs inputPlane, MatrixVector activations) |
void | sumActivations (MatrixVector regularActivations, MatrixVector nonFourierActivations, Matrix *totalActivation) |
void | _sumActivations (MatrixVector activations, Matrix *totalActivation) |
| ~FeaturePlaneHistogram () |
Protected Attributes |
int | numBins |
int | numHistsX |
int | numHistsY |
Histogram * | histSet |
Friends |
class | FeaturePlaneFactory |
Constructor & Destructor Documentation
FeaturePlaneHistogram::FeaturePlaneHistogram |
( |
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, |
|
|
int |
numBins |
|
) |
| [protected] |
FeaturePlaneHistogram::~FeaturePlaneHistogram |
( |
| ) |
[protected] |
Member Function Documentation
void FeaturePlaneHistogram::_sumActivations |
( |
MatrixVector |
activations, |
|
|
Matrix * |
totalActivation |
|
) |
| [protected] |
void FeaturePlaneHistogram::computeActivations |
( |
| ) |
[protected, virtual] |
void FeaturePlaneHistogram::sumActivations |
( |
MatrixVector |
regularActivations, |
|
|
MatrixVector |
nonFourierActivations, |
|
|
Matrix * |
totalActivation |
|
) |
| [protected, virtual] |
Friends And Related Function Documentation
Member Data Documentation
The documentation for this class was generated from the following files: