]> git.donarmstrong.com Git - mothur.git/blobdiff - bayesian.h
reworked the classifiers summary file added groupfile option to classify.seqs, added...
[mothur.git] / bayesian.h
index 6e35e9f8bd485734962e55a140f2dbb134cc8110..70757be9ecf2a4c6791fd0fec7c9f74ab8a13501 100644 (file)
@@ -34,7 +34,7 @@ private:
        
        string bootstrapResults(vector<int>, int, int);
        int getMostProbableTaxonomy(vector<int>);
-       void readProbFile(ifstream&, ifstream&);
+       void readProbFile(ifstream&, ifstream&, string, string);
        
 };