Main Page   Class Hierarchy   Compound List   File List   Compound Members  

BatchLearning.h

00001 
00002 #ifndef BatchLearning_H
00003 #define BatchLearning_H
00004 
00005 
00006 #include "LearningAlgorithm.h"
00007 #include "util.h"
00008 #include "TopolParams.h"
00009 
00010 
00023 class BatchLearning : public LearningAlgorithm {
00024 
00025 
00026 public:
00028     BatchLearning(const TopolParams& s):LearningAlgorithm(s) {};
00029 
00031         int Learning ( NetParams& net );
00032 };
00033 
00034 
00035 
00036 #endif

Generated on Thu Apr 8 15:04:10 2004 for SOMCode by doxygen1.2.18