-
在这个目录中包含代码实现K
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 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 -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. Outpu
- 2022-08-15 00:35:38下载
- 积分:1
-
人脸检测方法综述,可用作初学者入门,拓展知识面
人脸检测方法综述,可用作初学者入门,拓展知识面-Methods of face detection can be used as entry for beginners to expand their knowledge
- 2022-05-25 18:48:37下载
- 积分:1
-
实现java的画图程序。功能,类似于赢得绘图板的一个..
java实现的一个画图程序。功能齐全,类似于win的画图板的一个简化版本-realize a java drawing program. Functions, similar to win the drawing board of a simplified version of
- 2022-08-13 02:52:57下载
- 积分:1
-
delphi数字图像分割及代数.rar
delphi数字图像分割及代数.rar-digital image segmentation and algebra. Rar
- 2022-11-01 17:00:03下载
- 积分:1
-
a simple procedure MFC
一个简单的MFC程序-a simple procedure MFC
- 2022-12-20 03:35:03下载
- 积分:1
-
在gl_lines简单演示。
Simple demonstration on GL_lines.
- 2022-02-07 09:07:16下载
- 积分:1
-
is very funny, the small
是个很搞笑的,驻留屏幕的小程序-is very funny, the small-screen presence procedures
- 2022-03-14 20:01:11下载
- 积分:1
-
印章识别源代码,需要的朋友下载后可以研究
印章识别源代码,需要的朋友下载后可以研究-Seal to identify the source code, the need for friends to download can be studied after
- 2022-01-20 22:51:42下载
- 积分:1
-
on the tools of the information shown, the specific code Lane is a note, I will...
关于工具条的显示信息,具体的代码里都有注释,我就不用重复了-on the tools of the information shown, the specific code Lane is a note, I will not repeat
- 2023-06-27 04:40:03下载
- 积分:1
-
niblack阈值化方法
用VC++写的Niblack图像分割算法;已经在本机上调通。使用Visual Studio2008+windows7或者windowsXP环境运行
- 2022-03-21 11:19:49下载
- 积分:1