]> git.donarmstrong.com Git - mothur.git/blobdiff - mempearson.h
added odum, canberra, structchi2, structchord, structeuclidean, gower, hellinger...
[mothur.git] / mempearson.h
diff --git a/mempearson.h b/mempearson.h
new file mode 100644 (file)
index 0000000..d94f2ac
--- /dev/null
@@ -0,0 +1,31 @@
+#ifndef MEMPEARSON_H
+#define MEMPEARSON_H
+
+/*
+ *  mempearson.h
+ *  Mothur
+ *
+ *  Created by westcott on 12/17/10.
+ *  Copyright 2010 Schloss Lab. All rights reserved.
+ *
+ */
+
+
+
+#include "calculator.h"
+
+/***********************************************************************/
+
+class MemPearson : public Calculator  {
+       
+public:
+       MemPearson() :  Calculator("mempearson", 1, false) {};  
+       EstOutput getValues(SAbundVector*) {return data;};
+       EstOutput getValues(vector<SharedRAbundVector*>);
+private:
+       
+};
+
+/***********************************************************************/
+
+#endif