L2Distance.h

Go to the documentation of this file.
00001 #ifndef L2DISTANCE_H_
00002 #define L2DISTANCE_H_
00003 
00004 #include "EuclideanDistance.h"
00005 
00006 namespace damina
00007 {
00008 
00013         class L2Distance: public damina::EuclideanDistance
00014         {       
00015                 public:
00016                         virtual double calculateDistance(struct svm_node *, struct svm_node *);
00017                         L2Distance();
00018                         virtual ~L2Distance();
00019         };
00020 }
00021 
00022 #endif /*L2DISTANCE_H_H*/

Generated on Mon Sep 24 22:26:48 2007 for SVClustering by  doxygen 1.5.2