]> git.donarmstrong.com Git - mothur.git/blobdiff - coverage.h
added sharedochiai and sharedanderberg calculators
[mothur.git] / coverage.h
index 7e6430019551b7db843ba178815eb5fbfeef5ae8..b4dccf73e65d57f77b1f94c271340ba40a4d62fd 100644 (file)
@@ -23,8 +23,8 @@ class Coverage  {
        public: 
                Coverage();
                ~Coverage(){};
-               void getValues(FullMatrix*, float, vector< vector<float> >&);
-               void getValues(FullMatrix*, float, vector< vector<float> >&, string);   //for random matrices
+               void getValues(FullMatrix*, vector< vector< vector<float> > >&, vector<float>, string); //matrix, container for results, vector of distances, mode - for random matrices
+               void getValues(FullMatrix*, vector< vector< vector<float> > >&, vector<float>); //for user matrix
                
        private:
                GlobalData* globaldata;