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