LibsvmUtils.h

Go to the documentation of this file.
00001 #ifndef LIBSVMUTILS_H_
00002 #define LIBSVMUTILS_H_
00003 
00010 #include "svm.h"
00011 #include <iostream>
00012 
00013 using namespace std;
00014 
00015 namespace damina
00016 {
00017         
00025         class LibsvmUtils
00026         {
00027                 public:
00028                 
00032                         static void printPoint(struct svm_node *);
00033                 
00034                         LibsvmUtils();
00035                         virtual ~LibsvmUtils();
00036         };
00037 
00038 }
00039 
00040 #endif /*LIBSVMUTILS_H_*/

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