]> git.donarmstrong.com Git - mothur.git/blobdiff - classify.h
added count.groups command and paralellized align.seqs for windows
[mothur.git] / classify.h
index a2401dde6c10feaa4f83c6f3f7a65b8ff885dafd..e92569d6f27defcf14b0e6d2527bf9d743bd0988 100644 (file)
@@ -27,13 +27,11 @@ class Classify {
 
 public:
        Classify();
-       
-       virtual ~Classify(){  delete phyloTree; if (database != NULL) {  delete database; } };
+       virtual ~Classify(){};
        virtual string getTaxonomy(Sequence*) = 0;
-       //virtual map<string, int> getConfidenceScores() { return taxConfidenceScore; }
-       //virtual vector<string> parseTax(string);
        virtual string getSimpleTax()  { return simpleTax;      }
        virtual void generateDatabaseAndNames(string, string, string, int, float, float, float, float);
+       virtual void setDistName(string s) {} //for knn, so if distance method is selected with knn you can create the smallest distance file in the right place.
        
 protected: