X-Git-Url: https://git.donarmstrong.com/?p=mothur.git;a=blobdiff_plain;f=jackknife.h;h=fe9f6b618ee8ce1a6a96a9fc3ea96f94ee722848;hp=45f9287b124498ad7bd798b948d88eac71befff0;hb=b206f634aae1b4ce13978d203247fb64757d5482;hpb=20a2d0350a737a434c89f303662d64a8eeea7b05 diff --git a/jackknife.h b/jackknife.h index 45f9287..fe9f6b6 100644 --- a/jackknife.h +++ b/jackknife.h @@ -10,7 +10,6 @@ * */ -#include #include "calculator.h" /* This class implements the JackKnife estimator on single group. @@ -21,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) {return data;}; + string getCitation() { return "http://www.mothur.org/wiki/Jackknife"; } private: static const int maxOrder = 30; @@ -35,4 +35,4 @@ private: /***********************************************************************/ -#endif \ No newline at end of file +#endif