-
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
-
CompDam_DGD
摩擦力是抵抗固體表面,流體層和材料元件相對滑動的相對運動的力。有幾種類型的摩擦:幹摩擦是一種與之相反的力(friction is the force resisting the relative motion of solid surfaces, fluid layers, and material elements sliding against each other. There are several types of friction: Dry friction is a force that opposes the)
- 2020-06-23 10:00:01下载
- 积分:1
-
ykb
用雅可比方法求矩阵的特征值和特征向量的FORTRAN程序(Method using Jacobian matrix of eigenvalues and eigenvectors of the FORTRAN program)
- 2007-12-25 10:36:27下载
- 积分:1
-
递推最小二乘
说明: 一般的最小二乘通常是一次拿到全部的数据, 对所有数据进行统一优化计算得到模型系数。递推最小二乘是以一种递推的方式计算最小二乘,每次使用最新的测量值,来不断更新模型系数。(General least squares usually get all the data at one time, and perform unified optimization calculations on all the data to get the model coefficients. Recursive least squares is to calculate the least squares in a recursive way, each time the latest measured value is used to continuously update the model coefficients.)
- 2021-04-24 15:18:47下载
- 积分:1
-
66
说明: 1跨35米的车桥耦合程序。Fortran编写(1, 35 meters span bridge coupling procedures. Fortran write)
- 2011-05-19 23:19:18下载
- 积分:1
-
Cplex121_Example
说明: matlab调用cplex12.1的例子,这些例子对matlab的cplex接口函数做了非常详细的说明,适用于cplex-matlab的初学者(matlab call cplex12.1 the examples that the cplex interface function of matlab to do a very detailed explanation for beginners cplex-matlab)
- 2020-12-24 10:49:06下载
- 积分: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
-
mulDNewton_H
同伦方程组求非线性方程组所有解,自编程序,很好用(Homotopy equations for all solutions of nonlinear equations, written procedures, very good use)
- 2008-12-21 09:46:35下载
- 积分:1
-
HMM
说明: 隐马尔可夫的经典文献,和通俗易懂的PPT,很好的经典资料,文献常被应用,甚至PPT都经常被模仿(Hidden Markov classic literature, and user-friendly PPT, classic good information, the literature is often applied, or even PPT are often imitate)
- 2009-08-22 10:36:14下载
- 积分:1
-
MD
说明: 从别的网上下来的,是一个简单又经典的分子动力学模拟程序,很适合初级使用。(for molecular simulation)
- 2010-06-08 14:55:11下载
- 积分:1