IActivation.hpp

Go to the documentation of this file.
00001 #ifndef __IACTIVATION_H
00002 #define __IACTIVATION_H
00003 
00004 class IActivation
00005 {
00006 public:
00007     virtual double ActivationFucntion(double x) = 0;
00008 };
00009 
00010 #endif

Generated on Mon Mar 22 16:40:47 2004 for GNG_GL by doxygen 1.3.6