TarzaNN
TarzaNN neural network simulator
|
MG section of the MT layer. More...
#include <MGMotionFeaturePlane.h>
Public Member Functions | |
~MGMotionFeaturePlane () | |
void | computeGatingUnits () |
int | getSpeeds () |
int | getAngles () |
void | feedForward () |
void | setThetaDelta (float t) |
Protected Member Functions | |
MGMotionFeaturePlane (Network *net, int l, QString *name, int w, int h, int window, int angles, int speeds, int alpha, int delta, int speed, bool isWTA, bool visible, Neuron *neuron, NotifyStrategyAbstract *notify) | |
Friends | |
class | FeaturePlaneFactory |
MG section of the MT layer.
MGMotionFeaturePlane::~MGMotionFeaturePlane | ( | ) |
MGMotionFeaturePlane::MGMotionFeaturePlane | ( | Network * | net, |
int | l, | ||
QString * | name, | ||
int | w, | ||
int | h, | ||
int | window, | ||
int | angles, | ||
int | speeds, | ||
int | alpha, | ||
int | delta, | ||
int | speed, | ||
bool | isWTA, | ||
bool | visible, | ||
Neuron * | neuron, | ||
NotifyStrategyAbstract * | notify | ||
) | [protected] |
void MGMotionFeaturePlane::computeGatingUnits | ( | ) |
TODO - reconcile this with temporary gating units
void MGMotionFeaturePlane::feedForward | ( | ) |
int MGMotionFeaturePlane::getAngles | ( | ) | [inline] |
Reimplemented from FeaturePlaneAbstract.
int MGMotionFeaturePlane::getSpeeds | ( | ) | [inline] |
Reimplemented from FeaturePlaneAbstract.
void MGMotionFeaturePlane::setThetaDelta | ( | float | t | ) |
Set Delta theta parameter.
friend class FeaturePlaneFactory [friend] |
Reimplemented from FeaturePlane.