]> git.donarmstrong.com Git - mothur.git/blob - kmeans.h
fixes while testing 1.33.0
[mothur.git] / kmeans.h
1 //
2 //  kmeans.h
3 //  Mothur
4 //
5 //  Created by SarahsWork on 12/4/13.
6 //  Copyright (c) 2013 Schloss Lab. All rights reserved.
7 //
8
9 #ifndef Mothur_kmeans_h
10 #define Mothur_kmeans_h
11
12 #include "communitytype.h"
13
14 /**************************************************************************************************/
15
16 class KMeans : public CommunityTypeFinder {
17     
18 public:
19     KMeans(vector<vector<int> >, int);
20     
21 private:
22
23
24 };
25
26 /**************************************************************************************************/
27
28 #endif