CodeBus
www.codebus.net
Search
Sign in
Sign up
Hot Search :
Source
embeded
web
remote control
p2p
game
More...
Location :
Home
Search - K_Means
Main Category
SourceCode
Documents
Books
WEB Code
Develop Tools
Other resource
Search - K_Means - List
[
Mathimatics-Numerical algorithms
]
image_mva_0
DL : 0
一个利用Matlab实现PCA(主成分分析),k_means图像分割很好的例子。-using Matlab a PCA (Principal Component Analysis), k_means image segmentation good example.
Update
: 2025-02-17
Size
: 66kb
Publisher
:
高山
[
AI-NN-PR
]
my_kmeans
DL : 0
模式识别k_means聚类算法。-kmeans clutering algorithm for Pattern Recognition
Update
: 2025-02-17
Size
: 622kb
Publisher
:
李晓民
[
AI-NN-PR
]
k_means
DL : 0
分类聚合算法k-means的实现,用matlab-polymerization classification algorithm k-means the realization of using Matlab
Update
: 2025-02-17
Size
: 1kb
Publisher
:
利军
[
Special Effects
]
kmeansjulei
DL : 0
这是用VC++编写的K_means 聚类算法的程序,详细的运行说明在文件夹的文本说明里!-This is the preparation of the VC K_means clustering algorithm procedures, a detailed statement of the operation folder notes to the text!
Update
: 2025-02-17
Size
: 29kb
Publisher
:
image
[
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.
Update
: 2025-02-17
Size
: 29kb
Publisher
:
[
JSP/Java
]
K_Means(java)
DL : 0
聚类算法(java)语言实现,大家有问题的话可以联系我,一起讨论啊,-Clustering algorithm (java) language, we have questions can contact me to discuss ah,
Update
: 2025-02-17
Size
: 6kb
Publisher
:
刘磊
[
AI-NN-PR
]
K_Means
DL : 0
k-means是一种经典的聚类算法,这是用java实现k-means的源码,其中包括了测试数据文件-k-means is a classical clustering algorithm, which is used k-means realize java source code, including test data files
Update
: 2025-02-17
Size
: 4kb
Publisher
:
尹哲
[
matlab
]
K_MEANS
DL : 0
K-MEANS算法程序(MATLAB环境)-K-MEANS algorithm procedure (MATLAB environment)
Update
: 2025-02-17
Size
: 1kb
Publisher
:
liuwei
[
JSP/Java
]
k-means
DL : 0
本代码主要对 K_means 算法用java语言实现 .对需要java kmeans同志很帮助! 并附有测试文件!-This code mainly K_means algorithm using java language. Java kmeans need is to help comrades! With a test file!
Update
: 2025-02-17
Size
: 29kb
Publisher
:
liunengxian
[
Special Effects
]
kmeansnaohuizhi
DL : 0
K_MEANS 实现脑图像分割,聚类数为3,采用整体计算法-Realize K_MEANS brain image segmentation, clustering for 3, using the overall calculation
Update
: 2025-02-17
Size
: 33kb
Publisher
:
任彦华
[
Other
]
k_means
DL : 0
K-MEANS算法: k-means 算法接受输入量 k ;然后将n个数据对象划分为 k个聚类以便使得所获得的聚类满足:同一聚类中的对象相似度较高;而不同聚类中的对象相似度较小。聚类相似度是利用各聚类中对象的均值所获得一个“中心对象”(引力中心)来进行计算的。 k-means 算法的工作过程说明如下:首先从n个数据对象任意选择 k 个对象作为初始聚类中心;而对于所剩下其它对象,则根据它们与这些聚类中心的相似度(距离),分别将它们分配给与其最相似的(聚类中心所代表的)聚类;然后再计算每个所获新聚类的聚类中心(该聚类中所有对象的均值);不断重复这一过程直到标准测度函数开始收敛为止。一般都采用均方差作为标准测度函数. k个聚类具有以下特点:各聚类本身尽可能的紧凑,而各聚类之间尽可能的分开-err
Update
: 2025-02-17
Size
: 3kb
Publisher
:
cz
[
Mathimatics-Numerical algorithms
]
k_means
DL : 0
k-means 算法接受输入量 k ;然后将n个数据对象划分为 k个聚类以便使得所获得的聚类满足:同一聚类中的对象相似度较高;而不同聚类中的对象相似度较小。聚类相似度是利用各聚类中对象的均值所获得一个“中心对象”(引力中心)来进行计算的。 Matlab 源代码,以兰花数据集作为测试对象。-k-means algorithm to accept input k then n data object is divided into k-clustering in order to make available to the cluster to meet: the same objects in clustering high similarity and objects in different clustering the similarity smaller. Cluster similarity is the use of the clustering of objects by means of a
Update
: 2025-02-17
Size
: 3kb
Publisher
:
烈马
[
Other
]
K_MEANS
DL : 0
实现K-MEAN经典聚类算法,代码书写规范,接口简洁,值得参考-The achievement of K-MEAN classical clustering algorithm, code written norms, simple interface, it is also useful
Update
: 2025-02-17
Size
: 2kb
Publisher
:
ming
[
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.
Update
: 2025-02-17
Size
: 4kb
Publisher
:
Yifan Young
[
Special Effects
]
K_means
DL : 1
此软件的功能是对遥感图像进行非监督分类。实现算法是k均值-This software is a remote sensing image for non-supervised classification. K-means algorithm implementation are
Update
: 2025-02-17
Size
: 102kb
Publisher
:
随风
[
matlab
]
K_means
DL : 0
在MATLAB上实现k_means算法,包含k_means算法的思想,和实现方法和程序-In the MATLAB algorithm to achieve k_maens
Update
: 2025-02-17
Size
: 23kb
Publisher
:
刘
[
OS program
]
K_means
DL : 0
对原始K_MEANS算法引入人工免疫的思想,是运行结果更好-The introduction of the original algorithm of artificial immune K_MEANS idea is to run the results better
Update
: 2025-02-17
Size
: 155kb
Publisher
:
李丽
[
Windows Develop
]
k_means
DL : 0
这是K_means算法的一个简单实现,最后输出将写入同目录下的output.txt文件中-the implication of K_means
Update
: 2025-02-17
Size
: 2kb
Publisher
:
vivian
[
JSP/Java
]
K_means
DL : 0
用K_means算法在UCI数据集上实现数据分类,所用数据源为Optical Recognition of Handwritten Digits-Algorithm with K_means UCI data sets for data classification, data source used for the Optical Recognition of Handwritten Digits
Update
: 2025-02-17
Size
: 1kb
Publisher
:
njustboy
[
Other
]
k_means
DL : 0
深度学习yolo通过k_means算法初始化anchor,只要修改图片大小和训练图片路径以及个数即可。(Deep learning Yolo initializes the anchor through k_means algorithm, as long as the size of the picture and the training picture path and number can be.)
Update
: 2025-02-17
Size
: 2kb
Publisher
:
zHanami
«
1
2
3
4
5
6
7
8
9
10
»
CodeBus
is one of the largest source code repositories on the Internet!
Contact us :
1999-2046
CodeBus
All Rights Reserved.