DATA
public interface Clusterer<DATA>
int[][]
performClustering(DATA data)
int[][] performClustering(DATA data)
data