TarzaNN
TarzaNN neural network simulator
|
#include <vector>
#include <set>
#include <stdlib.h>
#include <string.h>
#include <QMutex>
#include <QSemaphore>
#include <QRunnable>
#include <QWaitCondition>
#include <QTextStream>
#include "common.h"
#include "nowarn.h"
#include "Observer.h"
#include "Viewable.h"
#include "Filter.h"
#include "OutputImage.h"
#include "FeaturePlaneHelpers.h"
#include "NotifyStrategyAbstract.h"
#include "Neuron.h"
#include "FPDesignerInfo.h"
Go to the source code of this file.
Classes | |
class | FeaturePlaneAbstract |
Defines | |
#define | DO_WTA (is_WTA && Network::doSTM_WTA) |
Typedefs | |
typedef std::vector < FeaturePlaneInput * > | PlaneInputs |
#define DO_WTA (is_WTA && Network::doSTM_WTA) |
typedef std::vector<FeaturePlaneInput*> PlaneInputs |