SOMSegmentation.h

00001 #ifndef SOMSegmentation_H
00002 #define SOMSegmentation_H
00003 
00004 #include "Som.h"
00005 
00006 class SOMSegmentation {
00007 public:
00008         SOMSegmentation() {};
00009         virtual TIntVector Segment( const SOM* som ) = 0;
00010 };
00011 
00012 
00013 #endif

Generated on Tue Aug 7 16:03:33 2007 for SOMCode by  doxygen 1.5.3