]> git.donarmstrong.com Git - mothur.git/blobdiff - classify.h
added phylotype command which reads a taxonomy file and creates a .list, .rabund...
[mothur.git] / classify.h
index 03142353feb8af7b8488007e5367144602a45acf..a8978732af92688dfddc2ede9d1d5c13c636ea06 100644 (file)
  */
 
 
-/* This class is a parent to phylotyp, bayesian, knn.  */
+/* This class is a parent to bayesian, knn.  */
 
 #include "mothur.h"
 #include "database.hpp"
-#include "doTaxonomy.h"
+#include "phylotree.h"
 
 
 class Sequence;
@@ -26,10 +26,9 @@ class Sequence;
 class Classify {
 
 public:
-       Classify(string, string, string, int, int, int, int, int);
-       Classify(){     delete phyloTree;  }
+       Classify(string, string, string, int, float, float, float, float);
        
-       virtual ~Classify(){};
+       virtual ~Classify(){  delete phyloTree; delete database;  };
        virtual string getTaxonomy(Sequence*) = 0;
        //virtual map<string, int> getConfidenceScores() { return taxConfidenceScore; }
        //virtual vector<string> parseTax(string);