Title:
k-means-and-cure-in-Iris-Data-Set Download
Description: Clustering algorithm experiment, using two different types of clustering algorithm: Partition-based clustering method k-means and hierarchical clustering method based on CURE, the use of the data set is: Iris Data Set, the data set contains a total of 150 sets of data information .
Materials are described in detail in the documentation, the specific details described algorithm, it is easy to understand
To Search:
File list (Check if you may need any files):
聚类算法实验\CURE.cpp
............\iris.data
............\K-means.cpp
............\说明文档.doc
聚类算法实验