X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=bayesian.cpp;h=01e4139fc877946e8a491d6c5b1e5beafed577b8;hb=ef3f6d42fe720cd6d91419e5e32f8c04d8765010;hp=3a2d3e0156468f1114dd0ebb2d47fe87fe577789;hpb=7b3c9ca940891c1b20b3b7ec13e05d7e7b316b63;p=mothur.git diff --git a/bayesian.cpp b/bayesian.cpp index 3a2d3e0..01e4139 100644 --- a/bayesian.cpp +++ b/bayesian.cpp @@ -12,7 +12,7 @@ /**************************************************************************************************/ Bayesian::Bayesian(string tfile, string tempFile, string method, int ksize, int cutoff) : -Classify(tfile, tempFile, method, ksize, 0, 0, 0, 0), kmerSize(ksize), confidenceThreshold(cutoff) { +Classify(tfile, tempFile, method, ksize, 0.0, 0.0, 0.0, 0.0), kmerSize(ksize), confidenceThreshold(cutoff) { try { numKmers = database->getMaxKmer() + 1;