]> git.donarmstrong.com Git - mothur.git/blobdiff - bayesian.h
fixed craig nelsons weighted bug and paralellized parsimony
[mothur.git] / bayesian.h
index 012def96d8d2d04c8c258963668e261f125a9871..a1f693bb8f815dd0a6cb1d6155e9c032caf6fcea 100644 (file)
@@ -25,7 +25,7 @@ public:
        
 private:
        vector< vector<float> > wordGenusProb;  //vector of maps from genus to probability
-                                                                                               //wordGenusProb[0][392] = probability that a sequence within genus that's index in the tree is 392 would contain kmer 0;
+                                                                               //wordGenusProb[0][392] = probability that a sequence within genus that's index in the tree is 392 would contain kmer 0;
        
        vector<int> genusTotals;
        vector<int> genusNodes;  //indexes in phyloTree where genus' are located