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