-
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>
(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>
)
- 2013-01-05 23:11:23下载
- 积分:1
-
CYCLE
气象数据计算超等许,能够计算在风厂中气象数据的票性诡计(meteorological data superfine promised to calculate the wind plant meteorological data of the votes sexual tricks)
- 2006-10-26 21:27:26下载
- 积分:1
-
covFunctions
高斯回归建立代理模型行协方差函数的选着的变成(gpml-matlab-v3.1-2010-09-27)
- 2011-01-03 19:18:15下载
- 积分:1
-
JFFTfinalA
使用JAVA模拟FFFT算法 快速傅里叶算法
(Use JAVA simulation FFFT algorithm Fast Fourier Transform Algorithm)
- 2012-07-18 19:04:47下载
- 积分:1
-
ShortDistance
本算法是求取点到曲线的距离,希望对大家有帮助(the algorithm is to strike a point of the distance curve, and I hope to be helpful)
- 2006-11-09 10:48:00下载
- 积分:1
-
fluid-1
说明: 气泡上浮实验,基于fluent的二维模型(Bubble Floating Experiment)
- 2019-03-28 21:16:57下载
- 积分:1
-
EECCl
椭圆曲线密码体制中的ECC校验验算法分析和程序实现可直接使用。
(The inspection algorithm analysis and procedures of the elliptic curve cryptosystem ECC can be used directly.)
- 2012-06-07 21:01:20下载
- 积分:1
-
q
说明: 实现基2时域频域抽取fft算法,可输出运算后所得复序列的模值序列,并可记录显示计算所用时间(Achieve base 2 fft algorithm frequency domain extraction can be obtained after computing the output sequence of modulus of complex sequences can be used in the calculation time, records show)
- 2010-05-29 10:45:27下载
- 积分:1
-
TouYing
主要功能是进行高斯正算,高斯反算及透视方位投影的显示。(Main function is to be considered are Gaussian, inverse Gaussian and the perspective projection display position.)
- 2009-05-06 08:38:45下载
- 积分:1
-
Chapter02.Interpolation
清华大学《数值分析A》-第02章.插值
Lagrange
Newton
Hermite
三次样条(Tsinghua University, )
- 2008-07-16 11:22:14下载
- 积分:1