X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=bayesian.h;fp=bayesian.h;h=7100bf33b00c3fa85bd0c928c00daf82647f851a;hb=f27b66ce6415eb14c434f9850019c7cf140e023e;hp=0020962f4276c9deb2129a27b2d69974783aab82;hpb=64ead0dc966e9a9768a24c8f55518db83ed2e82f;p=mothur.git diff --git a/bayesian.h b/bayesian.h index 0020962..7100bf3 100644 --- a/bayesian.h +++ b/bayesian.h @@ -18,7 +18,7 @@ class Bayesian : public Classify { public: - Bayesian(string, string, string, int, int, bool); + Bayesian(string, string, string, int, int, int); ~Bayesian() {}; string getTaxonomy(Sequence*); @@ -35,8 +35,7 @@ private: vector genusTotals; vector genusNodes; //indexes in phyloTree where genus' are located - int kmerSize, numKmers, confidenceThreshold; - bool probs; + int kmerSize, numKmers, confidenceThreshold, iters; string bootstrapResults(vector, int, int); int getMostProbableTaxonomy(vector);