Description: kmeans This directory contains code implementing the K-means algorithm. Source code may be found in KMEANS.CPP. Sample data isfound in KM2.DAT. The KMEANS program accepts input consisting of vectors and calculates the given number of cluster centers using the K-means algorithm. Output is directed to the screen. Usage for KMEANS is: KMEANS SOURCEFILE <enter> The format of the source file is: NPat- Number of patterns (int) SizeVect- Size of vector (int) NClust- Number of cluster centers(int) vect[1,1] ... vect[1,SizeVect]- vector 1 (real) vect[2,1] ... vect[2,SizeVect]- vector 2 (real) . . . . . . vect[NPat,1] ... vect[NClust,SizeVector]- vector N (real) To compile: ICC KMEANS.CPP <enter>
- [my_kmeans] - kmeans clutering algorithm for Pattern R
- [rightk-meansclusteringalgorithmimprovements.] - K-means algorithm of an improved algorit
- [2km] - kmeans algorithm two cpp realized, and a
- [kmeansjulei] - This the preparation of the VC K_means c
- [Mean-Shift] - mean-shift method for the example, look
- [K_average] - K means clustering algorithm, matlab pre
- [kmeans] - algorithm kmeans realize a simple k-mean
- [Kmeans] - K-means algorithm, cluster analysis is a
- [KMEANS] - After I type model modified after Kmeans
- [KNN] - K nearest neighbor (KNN) of matlab sourc
File list (Check if you may need any files):