]> git.donarmstrong.com Git - mothur.git/blobdiff - structchi2.h
changed random forest output filename
[mothur.git] / structchi2.h
index aa82e758f0a01acbb235ac9b1e5afaf073e8d358..a444dd3621bff28aa58547da7f9aef9c81d4b568 100644 (file)
@@ -21,10 +21,15 @@ public:
        StructChi2() :  Calculator("structchi2", 1, false, true) {};  //the true means this calculator needs all groups to calculate the pair value
        EstOutput getValues(SAbundVector*) {return data;};
        EstOutput getValues(vector<SharedRAbundVector*>);
+       string getCitation() { return "http://www.mothur.org/wiki/Structchi2"; }
 private:
        
 };
 
 /***********************************************************************/
 
-#endif
\ No newline at end of file
+#endif
+
+
+
+