Main Page | Namespace List | Class Hierarchy | Alphabetical List | Class List | File List | Namespace Members | Class Members | File Members | Related Pages

GABNeuron.h

Go to the documentation of this file.
00001 #ifndef _GABNEURON_H
00002 #define _GABNEURON_H
00003 
00004 #include "ParametrizedNeuron.h"
00005 #include "defines.h"
00006 
00007 namespace annie
00008 {
00009 
00025 class GABNeuron : public ParametrizedNeuron {
00026 public:
00032     GABNeuron(int label, real initialParameter=1.0, bool hasBias = true);
00033 
00035     virtual const char *getClassName();
00036 };
00037 
00038 }; //namespace annie
00039 
00040 
00041 #endif // define _GABNEURON_H

Generated on Fri Jun 18 13:18:10 2004 for Annie by doxygen 1.3.5