]> git.donarmstrong.com Git - mothur.git/blobdiff - pam.h
fixes while testing 1.33.0
[mothur.git] / pam.h
diff --git a/pam.h b/pam.h
index 993017663a490702280d0d4e42854cc6b608ce30..2d60d4ee30b1b33495bf6a5eb5ba4bc5b99684f0 100644 (file)
--- a/pam.h
+++ b/pam.h
 
 #include "communitytype.h"
 
+//Partitioning Around Medoids
 /**************************************************************************************************/
 
 class Pam : public CommunityTypeFinder {
     
 public:
     Pam(vector<vector<int> >, vector<vector<double> >, int);
-    vector<double> calcSilhouettes(vector< vector< double> >);
     double calcCHIndex(vector< vector< double> >);
     
 private: