-
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
-
Rect-column
此程序用于计算矩形截面的弯矩曲率特性以及不同极限状态的识别(This program is used to calculate the moment curvature characteristic of the rectangular cross-section, and the identification of different limit state)
- 2020-11-02 22:09:58下载
- 积分:1
-
模糊指数平滑
说明: 模糊指数平滑算法源程序,进行预测 计算.(fuzzy exponential smoothing algorithm source for projection.)
- 2005-09-04 23:32:05下载
- 积分:1
-
abaqus to flac小程序
利用abaqus软件建模,然后将inp文件导入flac软件中。(ABAQUS software is used to model, and then the InP file is imported into the FLAC software.)
- 2021-02-06 18:29:56下载
- 积分:1
-
surrocallfunction
替代数据方法(基于相位随机化方法),检验续写的非线性(Surrogate data method (based on random-phase method), non-linear write test)
- 2020-07-26 20:48:41下载
- 积分:1
-
GS迭代法
说明: 牛顿迭代法的matlab代码,数值分析中重要的一个算法(Matlab code of Newton iterative method)
- 2019-12-01 10:06:30下载
- 积分:1
-
EPSO
matlab code for exponential PSO
- 2009-05-14 00:51:36下载
- 积分:1
-
couette-matlab
安德森《计算流体力学及其应用》第九章不可压库埃特流的数值解 9.3节 数值方法:隐式克兰克—尼科尔森方法。(Anderson the computational fluid mechanics and its application "chapter 9 do not YaKu etta flow numerical solution of section 9.3 numerical methods: implicit g frank- Nicholson method.
)
- 2012-08-23 22:11:26下载
- 积分:1
-
SplineCSharp
C#编写的三次样条插值函数,TSS法求解对角矩阵方程函数,插值点函数值计算函数。(prepared by the cubic spline interpolation function, TSS method diagonal matrix equation function, interpolation function point value function.)
- 2007-05-27 15:24:35下载
- 积分:1
-
MAIN
Vortex flow around a square cylinder function method of numerical simulation
- 2012-11-28 10:55:39下载
- 积分:1