X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=classify.h;h=e92569d6f27defcf14b0e6d2527bf9d743bd0988;hb=15cde0905641f8adddc1cc704f8c064f760e7461;hp=bd9f34bc7eb3f51b6b360ce4b4f18251f194e155;hpb=4a2d841cb97fb02351022efe9d7068b1dc212bf9;p=mothur.git diff --git a/classify.h b/classify.h index bd9f34b..e92569d 100644 --- a/classify.h +++ b/classify.h @@ -31,6 +31,7 @@ public: virtual string getTaxonomy(Sequence*) = 0; 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: