X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=bayesian.cpp;h=1eee7f22fe3d75f206eacec5169c999432336ff4;hb=1d5962b46d9e72a2b855b4176d1c47df9a163fac;hp=531abc52561db977aa58fc274c7d7e91ee1d4a8d;hpb=260ae19c36cb11a53ddc5a75b5e507f8dd8b31d6;p=mothur.git diff --git a/bayesian.cpp b/bayesian.cpp index 531abc5..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; for (int j = 0; j < wordGenusProb.size(); j++) { wordGenusProb[j].resize(genusNodes.size()); } - + //cout << numKmers << '\t' << genusNodes.size() << endl; ofstream out; ofstream out2;