]> git.donarmstrong.com Git - mothur.git/blobdiff - structchi2.h
changed random forest output filename
[mothur.git] / structchi2.h
index 614db07f5ea06b7d2d84d5629eaabf932c996f62..a444dd3621bff28aa58547da7f9aef9c81d4b568 100644 (file)
@@ -21,6 +21,7 @@ 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:
        
 };