]> git.donarmstrong.com Git - mothur.git/blobdiff - sharedjackknife.h
changing command name classify.shared to classifyrf.shared
[mothur.git] / sharedjackknife.h
index a2488932e6c1fb2ae68b304df44b5feb994220a9..1e9cbf539077e570dc6c5abaa9a4500266a19e11 100644 (file)
@@ -11,7 +11,6 @@
  */
 
 #include "calculator.h"
-#include "globaldata.hpp"
 
 /*This class implements the SharedJackknife estimator. 
 It is a child of the calculator class.*/ 
@@ -24,9 +23,9 @@ public:
        SharedJackknife() : numGroups(-1), callCount(0), count(0), currentCallDone(true), Calculator("sharedjackknife", 3, false) {};
        EstOutput getValues(SAbundVector*) {return data;};
        EstOutput getValues(vector<SharedRAbundVector*>);
+       string getCitation() { return "http://www.mothur.org/wiki/Sharedjackknife"; }
        
 private:
-       GlobalData* globaldata;
        int numGroups, callCount, count;
        bool currentCallDone;
        vector<SharedRAbundVector*> groups;