-
MSE_calculation
最小二乘算法,最小均方误差等算法的MSE的计算,MATLAB代码(Least-squares algorithm, such as minimum mean square error MSE calculation algorithm, MATLAB code)
- 2021-01-07 21:28:52下载
- 积分:1
-
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
-
fft
this is fft header file for fast fourier transform. with this file, you can compute frequency spectrum zero to tow pi.
- 2009-10-17 02:06:53下载
- 积分:1
-
SAP4源程序
sap4源代码!by fortran 这是一个有限元计算的软件 可以完成平面,三维的计算功能(SAP4 source code! By FORTRAN This is a finite element software can be completed planar, 3D computing power)
- 2005-05-04 14:43:46下载
- 积分:1
-
cmpfit-1.2
很好的最小二乘求解工具,经典算法的c语言版本实现(A MINPACK-1 Least Squares Fitting Library in C)
- 2014-03-06 21:12:48下载
- 积分:1
-
DN3D2
洛斯阿拉莫斯实验室开发的显示动力有限元程序dyna3d,可处理碰撞,侵彻和接触等问题,有丰富的材料模型和状态方程,以及可扩展的二次开发能力。(source code 1 file)
- 2014-03-11 19:12:22下载
- 积分:1
-
generalized-Stransform
基于改进的广义S变换,能更好的对数据进行时频分析。(Modified S-transform and its application in data analysis)
- 2017-01-03 16:06:17下载
- 积分:1
-
jiulie
用于图像处理的独立分量分析,分形维数计算的毯子算法matlab代码,有井曲线作为输入可计算其地震波的衰减。( Independent component analysis for image processing, Fractal dimension calculation algorithm matlab code blankets, There is a well attenuation curve as input to calculate its seismic waves.)
- 2017-02-24 21:00:49下载
- 积分:1
-
particleFilter_time
说明: 粒子滤波算法的时间分析程序,matlab实现(Particle filter time analysis program, matlab achieve)
- 2008-09-18 09:14:44下载
- 积分:1
-
cholesky
用matlab编写的cholesky分解程序,希望对大家有些帮助(Matlab prepared using Cholesky decomposition procedures, in the hope that some U.S. help)
- 2008-07-01 17:19:05下载
- 积分:1