CodeBus
www.codebus.net
Search
Sign in
Sign up
Hot Search :
Source
embeded
web
remote control
p2p
game
More...
Location :
Home
Search - kmeans source code
Main Category
SourceCode
Documents
Books
WEB Code
Develop Tools
Other resource
Search - kmeans source code - List
[
Other resource
]
kmeans聚类算法源码
DL : 0
k均值聚类算法源码,比较经典,无解压密码-kmeans clustering algorithm source code,comparatively classical,no password for unzip
Date
: 2008-10-13
Size
: 29.64kb
User
:
司南
[
AI-NN-PR
]
kmeans_cluster聚类算法的实现
DL : 0
数据挖掘中k-means聚类算法的实现源代码-clustering algorithm source code in data mining
Date
: 2025-07-13
Size
: 3kb
User
:
张乐
[
AI-NN-PR
]
kmeans聚类算法源码
DL : 1
k均值聚类算法源码,比较经典,无解压密码-kmeans clustering algorithm source code,comparatively classical,no password for unzip
Date
: 2025-07-13
Size
: 29kb
User
:
司南
[
Other
]
kmeans111
DL : 0
kmeans算法的源代码-kmeans algorithm source code
Date
: 2025-07-13
Size
: 3kb
User
:
张华杰
[
Graph Recognize
]
K-means算法源码
DL : 0
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> -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>
Date
: 2025-07-13
Size
: 3kb
User
:
li
[
Other
]
KMEANS01
DL : 0
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.-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.
Date
: 2025-07-13
Size
: 264kb
User
:
赵丁香
[
GDI-Bitmap
]
K-Means聚类
DL : 0
k-means聚类算法源码。kmeans是一种常用的分割算法,简单而又高效。-k-means clustering algorithm source code. Kmeans is a common segmentation algorithm is simple but efficient.
Date
: 2025-07-13
Size
: 1kb
User
:
熊健
[
AI-NN-PR
]
KMEANS_FixedBug
DL : 0
经典的K均值分类算法源码,修正了原作者没有处理当类中样本为0的情况下的bug-classic K-mean classification algorithm source code, that the original author did not address when the category 0 samples of the bug
Date
: 2025-07-13
Size
: 7kb
User
:
赵真清
[
Mathimatics-Numerical algorithms
]
VCk-means
DL : 0
VC k-means聚类算法源码。kmeans是一种常用的分割算法,简单而又高效-VC k-means clustering algorithm source code. Kmeans is a common segmentation algorithm, simple and efficient
Date
: 2025-07-13
Size
: 1kb
User
:
puxx
[
AI-NN-PR
]
K_MEANS
DL : 0
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.
Date
: 2025-07-13
Size
: 29kb
User
:
[
matlab
]
kmeans
DL : 0
matlab源码关于模糊K均值聚类算法,很好的,适合大家下载研究学习-matlab source code on the fuzzy K-means clustering algorithm, very good for everyone to download research study
Date
: 2025-07-13
Size
: 1kb
User
:
亨利
[
Special Effects
]
Kmeans
DL : 0
标准C++/C处理BMP图像,没有使用VC中的BITMAP类及任何不在ANSI-C中的结构和函数。采用了k_means压缩算法处理24bit(可以更改源码使之支持8-bit,16-bit和灰度bmp)源码注释详细,其中对BMP文件BMPHEADINFO的处理比较有趣。 new.cpp---->主要的程序代码 *.h----->一个产生U(0,1)随机数的发生器,相合度较小,DES函数产生。-Standard C++/C handle BMP images, do not use the VC in the category and any BITMAP not ANSI-C in the structure and function. K_means compression algorithm used to deal with 24bit (you can change the source code to support the 8-bit ,16-bit and grayscale bmp) detailed source notes, in which the handling of BMP files BMPHEADINFO more interesting. new.cpp----> the main program code*. h-----> generate a U (0,1) random number generator, a smaller degree of consistency, DES Function Generator.
Date
: 2025-07-13
Size
: 4kb
User
:
Yifan Young
[
2D Graphic
]
kMeans
DL : 0
k-mean image clustering source code developed using java
Date
: 2025-07-13
Size
: 2kb
User
:
deepak
[
Mathimatics-Numerical algorithms
]
Jsp(aprioriandkmeans)
DL : 0
Jsp数据挖掘(apriori+kmeans)源代码。java语言编写,可连接sql-Jsp Data Mining (apriori+ kmeans) source code. java language can connect sql
Date
: 2025-07-13
Size
: 26kb
User
:
xinmeng
[
Graph program
]
kmeans
DL : 0
快速K均值聚类图像分割算法源代码,能很好的实现图像的分割处理-Fast K-means clustering algorithm for image segmentation source code, can achieve very good to deal with image segmentation
Date
: 2025-07-13
Size
: 327kb
User
:
zhangyun
[
matlab
]
KMEANS
DL : 0
K-Means动态聚类算法源程序。可以用来发现社团结构。-Dynamic K-Means clustering algorithm source code. The structure can be used to find associations.
Date
: 2025-07-13
Size
: 246kb
User
:
刘长棕
[
Algorithm
]
kmeans-in-statistics
DL : 0
这是K-means聚类算法的源代码,可实现任意多统计数据的归类处理。代码为原创,用途主要在数理统计方面,而不是常见的图像处理等方面。内附详细的使用说明。-This is the K-means clustering algorithm source code, enabling the classification of any number of statistical data processing. Code for my original, uses mainly in mathematical statistics, rather than the common image processing and so on. Containing detailed instructions.
Date
: 2025-07-13
Size
: 5kb
User
:
邹洪斌
[
matlab
]
KMEANS
DL : 0
基于MATLAB的kmeans聚类分析,包含数据和源代码,-MATLAB-based kmeans cluster analysis, including data and source code,
Date
: 2025-07-13
Size
: 4kb
User
:
刘钊
[
AI-NN-PR
]
KMEANS
DL : 0
k-means C++ 源代码, 修正原来的错误, 增加的新功能 1、用vector实现其存储 2、直接在程序中读取数据集 3、结果可以保存到文件中 4、用户可以输入聚类个数 5、初始聚类中心随机选择(代码自动随机)-k-means C++ source code, fixes the original error, the increase in new features 1, 2, with the vector to achieve its store directly in the program to read data set 3, the results can be saved to a file 4, the user can enter the number of clusters 5, the initial cluster centers randomly selected (code auto-random)
Date
: 2025-07-13
Size
: 5kb
User
:
烈马
[
CSharp
]
accord-kmeans-source
DL : 0
K-Mean clustering source code
Date
: 2025-07-13
Size
: 151kb
User
:
Hong Thai Le
«
1
2
3
4
»
CodeBus
is one of the largest source code repositories on the Internet!
Contact us :
1999-2046
CodeBus
All Rights Reserved.