]> git.donarmstrong.com Git - mothur.git/blobdiff - sharedsobs.h
changed random forest output filename
[mothur.git] / sharedsobs.h
index b49119b7c18590f141292c5c91432967422b6de2..3fa32cee636d2b4e7aa328356353b77cbf377df7 100644 (file)
@@ -19,9 +19,10 @@ It is a child of the calculator class. */
 class SharedSobs : public Calculator {
 
 public:
-       SharedSobs() : Calculator("sharedsobs", 1) {};
+       SharedSobs() : Calculator("sharedsobs", 1, false) {};
        EstOutput getValues(SAbundVector* rank){ return data; };
-       EstOutput getValues(SharedRAbundVector* shared1, SharedRAbundVector* shared2);
+       EstOutput getValues(vector<SharedRAbundVector*>);
+       string getCitation() { return "http://www.mothur.org/wiki/sharedsobs"; }
 };
 
 /***********************************************************************/