-
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
-
shumo
全国研究生数学建模竞赛优秀获奖论文(National Graduate School Mathematical Contest in Modeling outstanding thesis award)
- 2020-11-09 15:59:48下载
- 积分:1
-
UDF-in-fluent
fluent关于蒸发相变的很全的C程序,有详细的注释,对于相关专业的人很重要(fluent the evaporation phase transition is full C program, detailed notes, very important for the people of the relevant professional)
- 2020-11-25 21:19:32下载
- 积分:1
-
juzhenhanshu
传输矩阵法用于计算光纤光栅的有效折射率,是一种经典的数学算法(Matrix function)
- 2013-09-23 13:48:14下载
- 积分:1
-
arview
数据挖掘中,关联规则的例子,源码, arview算法的应用实例(data mining, association rules example, the source, the algorithm arview Application)
- 2005-04-06 18:52:04下载
- 积分:1
-
WENO
weno格式解决一维黎曼问题的代码,fortran90编写(Fortran code for Riemann problem solver in weno scheme)
- 2021-03-21 10:49:17下载
- 积分:1
-
cgmotion
fluent udf的动网格程序,实现了刚体和基于节点的运动(cg-motion grid motion)
- 2020-11-20 09:39:37下载
- 积分:1
-
sudoku
The following is an example of how Microsoft Solver Foundation can be used to solve a constraint satisfaction problem (CSP) like generating a typical Sudoku problem.
Sudoku
http://www.codeproject.com/Articles/419389/Sudoku-using-Microsoft-solver-foundation
In this article I do not attempt to explain everything there is to know about constraint satisfaction problems, but I will go over the concepts in the hope that even if you have never heard of CSP you will still get the idea.
- 2012-07-30 16:59:24下载
- 积分:1
-
MATLAB希尔伯特Hilbert变换求包络谱
MATLAB的希尔伯特谱分析,导入数据实现算出。最下二乘拟合算法。快速傅里叶变换详细算法。(MATLAB Hilbert spectrum analysis, import data to achieve calculation.The two by fitting algorithm. With the fast Fourier transform algorithm.)
- 2020-12-02 21:39:26下载
- 积分:1
-
Lingo11
说明: lingo软件分享,lingo是专门用于解决规划问题的数值计算工具,操作简便(Lingo Software Sharing, Lingo is a numerical calculation tool specially used to solve planning problems. It is easy to operate.)
- 2020-06-22 11:40:01下载
- 积分:1