#include "Component/ModelComponent.H"
#include "Component/ModelParam.H"
#include "Image/Image.H"
#include "Image/LevelSpec.H"
#include "Image/Point2DT.H"
#include "Media/MediaSimEvents.H"
#include "Neuro/LeakyIntFire.H"
#include "Neuro/LeakyIntFireAdp.H"
#include "Neuro/NeuroSimEvents.H"
#include "Neuro/WTAwinner.H"
#include "Simulation/SimModule.H"
#include "Simulation/SimEvents.H"
#include "VFAT/segmentImageMC2.H"
#include "Util/SimTime.H"
Go to the source code of this file.
Classes | |
class | WinnerTakeAll |
The winner-take-all base class. More... | |
class | WinnerTakeAllStub |
A do-nothing stub implementation of WinnerTakeAll. More... | |
class | WinnerTakeAllAdapter |
A partial winner-take-all implementation with a few common member variables. More... | |
class | WinnerTakeAllStd |
The standard winner-take-all. More... | |
class | WinnerTakeAllFast |
A fast winner-take-all. More... | |
class | WinnerTakeAllGreedy |
A greedy attention selection mechanism, not exactly winner-take-all. More... | |
class | WinnerTakeAllTempNote |
Winner take all adapted for temporal noticing. More... |
Header file for winner-take-all network
Definition in file WinnerTakeAll.H.