X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=bayesian.cpp;h=1eee7f22fe3d75f206eacec5169c999432336ff4;hb=1d5962b46d9e72a2b855b4176d1c47df9a163fac;hp=80518666cfe5436280f58117fe506dc132bd2754;hpb=d9b668f68b99f92ecdc71dd8cd363cb4e27107f9;p=mothur.git diff --git a/bayesian.cpp b/bayesian.cpp index 8051866..1eee7f2 100644 --- a/bayesian.cpp +++ b/bayesian.cpp @@ -76,9 +76,9 @@ Classify(), kmerSize(ksize), confidenceThreshold(cutoff), iters(i) { //initialze probabilities wordGenusProb.resize(numKmers); - cout << numKmers << '\t' << genusNodes.size() << endl; + //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; + //cout << numKmers << '\t' << genusNodes.size() << endl; ofstream out; ofstream out2;