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