L1Distance.h

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

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