-
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
-
c-calculator
c语言,三角函数 对数函数 数值计算
举例说明,混合计算数值计算的C语言实现(c calculator trigonometric function logarithmic function
numerical calculation)
- 2012-08-21 15:30:07下载
- 积分:1
-
ufric
Fric User defined in ABAQUS
- 2012-01-04 20:59:13下载
- 积分:1
-
zuixin
dft频率测量算法,主要针对电网频率的测量(the dft frequency measurement algorithm)
- 2013-03-28 23:00:39下载
- 积分:1
-
RN8302_FFT_Harmonic
电力芯片RN8302计算高次谐波时的FFT变换算法,最高可实现51次谐波计算。(FFT transform algorithm for power chip RN8302 to calculate the high harmonics, the highest can achieve the 51 harmonic calculation.)
- 2021-01-31 21:50:08下载
- 积分:1
-
rili
计算日期时间,可以显示不同颜色,主要用以计算上班日期,换班日期,十分方便。(Daliy Calc)
- 2015-05-04 13:37:15下载
- 积分:1
-
harmonic
利用坎门站的潮汐观测数据计算调和常数,并利用主要分潮和浅水分潮进行潮汐预报(Kanmen station observation data using tidal harmonic constants calculated, using mainly tidal and shallow water tidal surges were forecast...)
- 2014-10-11 03:39:54下载
- 积分:1
-
T_C
在计算流体力学中,多项流中有相变时,基于温度的相变UDF(Mass based on the temperature of the phase change in the UDF)
- 2013-06-29 15:44:16下载
- 积分:1
-
捷联解算,用于捷联惯导姿态结算,进行经纬度比较等
说明: 捷联解算,用于捷联惯导姿态结算,进行经纬度比较等等(Strapdown solution, used for attitude settlement of strapdown inertial navigation, longitude and latitude comparison, etc)
- 2019-12-11 14:48:09下载
- 积分:1
-
Kalman
卡尔曼滤波的C语言实现,可用于估测电池soc等(C language implementation of Calman filter)
- 2018-05-09 13:51:39下载
- 积分:1