]> git.donarmstrong.com Git - mothur.git/blobdiff - bayesian.h
started work on classify.seqs command. changed the database class so that it does...
[mothur.git] / bayesian.h
diff --git a/bayesian.h b/bayesian.h
new file mode 100644 (file)
index 0000000..cbe949f
--- /dev/null
@@ -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
+