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