]> git.donarmstrong.com Git - mothur.git/blobdiff - sharedsorabund.h
changed random forest output filename
[mothur.git] / sharedsorabund.h
index e1ca45abc8a681001edbd6f860f2c632cc297a8d..aa8562260de55160b713605dd64a20389cd10368 100644 (file)
@@ -1,5 +1,5 @@
-#ifndef SHAREDSORABUND_H
-#define SHAREDSORABUND_H
+#ifndef SORABUND_H
+#define SORABUND_H
 /*
  *  sharedsorabund.h
  *  Dotur
@@ -17,12 +17,13 @@ It is a child of the calculator class. */
 
 /***********************************************************************/
 
-class SharedSorAbund : public Calculator  {
+class SorAbund : public Calculator  {
        
 public:
-       SharedSorAbund() :  Calculator("SharedSorAbund", 3) {};
+       SorAbund() :  Calculator("sorabund", 1, false) {};
        EstOutput getValues(SAbundVector*) {return data;};
-       EstOutput getValues(SharedRAbundVector*, SharedRAbundVector*);
+       EstOutput getValues(vector<SharedRAbundVector*>);
+       string getCitation() { return "http://www.mothur.org/wiki/Sorabund"; }
 private:
        UVEst* uv;