开发环境:C语言
简要说明:K-Means:k均值聚类算法源代码
This directory contains code implementing the K-means algorithm.
Source codemay be found in KMEANS.CPP.
Sample data isfound in KM2.DAT.
The KMEANSprogram accepts input consisting of vectors and calculates the givennumber of cluster centers using the K-means algorithm.
Output isdirected to the screen.
