]> git.donarmstrong.com Git - mothur.git/blobdiff - bayesian.cpp
added pipeline commands which involved change to command factory and command class...
[mothur.git] / bayesian.cpp
index 531abc52561db977aa58fc274c7d7e91ee1d4a8d..80518666cfe5436280f58117fe506dc132bd2754 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;