X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=spearman.h;fp=spearman.h;h=084514e1454ebfb39b227620186fbaf7895d1e97;hb=75c5a235ac3eb22e0f97d36874f4b2dcf9591f2e;hp=0000000000000000000000000000000000000000;hpb=8f89a92f4ada82a2b3bf51b23b6a977770f2b9e2;p=mothur.git diff --git a/spearman.h b/spearman.h new file mode 100644 index 0000000..084514e --- /dev/null +++ b/spearman.h @@ -0,0 +1,31 @@ +#ifndef SPEARMAN_H +#define SPEARMAN_H + +/* + * spearman.h + * Mothur + * + * Created by westcott on 12/15/10. + * Copyright 2010 Schloss Lab. All rights reserved. + * + */ + + + +#include "calculator.h" + +/***********************************************************************/ + +class Spearman : public Calculator { + +public: + Spearman() : Calculator("spearman", 1, false) {}; + EstOutput getValues(SAbundVector*) {return data;}; + EstOutput getValues(vector); +private: + +}; + +/***********************************************************************/ + +#endif \ No newline at end of file