]> git.donarmstrong.com Git - mothur.git/blobdiff - kmeans.h
fixes while testing 1.33.0
[mothur.git] / kmeans.h
index 97dfb681f49d865708a044a06a5a46e91bae8f5c..eba72691423ae17139aede984600afd31ed8054e 100644 (file)
--- a/kmeans.h
+++ b/kmeans.h
@@ -17,13 +17,9 @@ class KMeans : public CommunityTypeFinder {
     
 public:
     KMeans(vector<vector<int> >, int);
-    vector<double> calcSilhouettes(vector< vector< double> >);
-    double calcCHIndex(vector< vector< double> >);
     
 private:
 
-    int findSecondClosest(vector<int>&, vector<vector<double> >&, map<int, int>);
-    double calcScore(int sample, int partition, vector<vector<double> >&, map<int, int>);
 
 };