]> git.donarmstrong.com Git - mothur.git/blobdiff - jackknife.h
fixes while testing 1.33.0
[mothur.git] / jackknife.h
index ec920e0a184231c77dda1cc4ca1626fe42a07f8d..fe9f6b618ee8ce1a6a96a9fc3ea96f94ee722848 100644 (file)
@@ -20,9 +20,10 @@ It is a child of the calculator class. */
 class Jackknife : public Calculator  {
        
 public:
-       Jackknife() : Calculator("Jackknife", 3) {      getAMatrix(); };
+       Jackknife() : Calculator("jackknife", 3, false) {       getAMatrix(); };
        EstOutput getValues(SAbundVector*);
-       EstOutput getValues(SharedRAbundVector*, SharedRAbundVector*) {return data;};
+       EstOutput getValues(vector<SharedRAbundVector*>) {return data;};
+       string getCitation() { return "http://www.mothur.org/wiki/Jackknife"; }
 
 private:
        static const int maxOrder = 30;