X-Git-Url: https://git.donarmstrong.com/?p=mothur.git;a=blobdiff_plain;f=jackknife.h;h=fe9f6b618ee8ce1a6a96a9fc3ea96f94ee722848;hp=ec920e0a184231c77dda1cc4ca1626fe42a07f8d;hb=b206f634aae1b4ce13978d203247fb64757d5482;hpb=58cf1d08fee8c64334979075fa57bcafb035a2ed diff --git a/jackknife.h b/jackknife.h index ec920e0..fe9f6b6 100644 --- a/jackknife.h +++ b/jackknife.h @@ -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) {return data;}; + string getCitation() { return "http://www.mothur.org/wiki/Jackknife"; } private: static const int maxOrder = 30;