]> git.donarmstrong.com Git - mothur.git/blobdiff - bayesian.cpp
finished wrapper for catchall
[mothur.git] / bayesian.cpp
index 531abc52561db977aa58fc274c7d7e91ee1d4a8d..1eee7f22fe3d75f206eacec5169c999432336ff4 100644 (file)
@@ -76,9 +76,9 @@ Classify(), kmerSize(ksize), confidenceThreshold(cutoff), iters(i)  {
                        
                                //initialze probabilities
                                wordGenusProb.resize(numKmers);
-                       
+                       //cout << numKmers << '\t' << genusNodes.size() << endl;
                                for (int j = 0; j < wordGenusProb.size(); j++) {        wordGenusProb[j].resize(genusNodes.size());             }
-                               
+                       //cout << numKmers << '\t' << genusNodes.size() << endl;        
                                ofstream out;
                                ofstream out2;