X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;ds=sidebyside;f=bayesian.h;fp=bayesian.h;h=cbe949ff311edc776d507530fcc5b5a3f327b73e;hb=63e089e0b3aad1741bab60119ed7ccc784dce347;hp=0000000000000000000000000000000000000000;hpb=f5023c911c377e5320c5110c78af98dd8841ef58;p=mothur.git diff --git a/bayesian.h b/bayesian.h new file mode 100644 index 0000000..cbe949f --- /dev/null +++ b/bayesian.h @@ -0,0 +1,34 @@ +#ifndef BAYESIAN_H +#define BAYESIAN_H + +/* + * bayesian.h + * Mothur + * + * Created by westcott on 11/3/09. + * Copyright 2009 Schloss Lab. All rights reserved. + * + */ + +#include "mothur.h" +#include "classify.h" + +/**************************************************************************************************/ + +class Bayesian : public Classify { + +public: + Bayesian(string, string, string, int, int, int, int, int); + ~Bayesian() {}; + + string getTaxonomy(Sequence*); + + +private: + +}; + +/**************************************************************************************************/ + +#endif +