搜索资源列表
image_mva_0
- 一个利用Matlab实现PCA(主成分分析),k_means图像分割很好的例子。-using Matlab a PCA (Principal Component Analysis), k_means image segmentation good example.
my_kmeans
- 模式识别k_means聚类算法。-kmeans clutering algorithm for Pattern Recognition
k_means
- 分类聚合算法k-means的实现,用matlab-polymerization classification algorithm k-means the realization of using Matlab
kmeansjulei
- 这是用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!
K_MEANS
- 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
K_Means(java)
- 聚类算法(java)语言实现,大家有问题的话可以联系我,一起讨论啊,-Clustering algorithm (java) language, we have questions can contact me to discuss ah,
K_Means
- 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
K_MEANS
- K-MEANS算法程序(MATLAB环境)-K-MEANS algorithm procedure (MATLAB environment)
k-means
- 本代码主要对 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!
kmeansnaohuizhi
- K_MEANS 实现脑图像分割,聚类数为3,采用整体计算法-Realize K_MEANS brain image segmentation, clustering for 3, using the overall calculation
k_means
- K-MEANS算法: k-means 算法接受输入量 k ;然后将n个数据对象划分为 k个聚类以便使得所获得的聚类满足:同一聚类中的对象相似度较高;而不同聚类中的对象相似度较小。聚类相似度是利用各聚类中对象的均值所获得一个“中心对象”(引力中心)来进行计算的。 k-means 算法的工作过程说明如下:首先从n个数据对象任意选择 k 个对象作为初始聚类中心;而对于所剩下其它对象,则根据它们与这些聚类中心的相似度(距离),
k_means
- k-means 算法接受输入量 k ;然后将n个数据对象划分为 k个聚类以便使得所获得的聚类满足:同一聚类中的对象相似度较高;而不同聚类中的对象相似度较小。聚类相似度是利用各聚类中对象的均值所获得一个“中心对象”(引力中心)来进行计算的。 Matlab 源代码,以兰花数据集作为测试对象。-k-means algorithm to accept input k then n data object is divided into k
K_MEANS
- 实现K-MEAN经典聚类算法,代码书写规范,接口简洁,值得参考-The achievement of K-MEAN classical clustering algorithm, code written norms, simple interface, it is also useful
Kmeans
- 标准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++/
K_means
- 此软件的功能是对遥感图像进行非监督分类。实现算法是k均值-This software is a remote sensing image for non-supervised classification. K-means algorithm implementation are
K_means
- 在MATLAB上实现k_means算法,包含k_means算法的思想,和实现方法和程序-In the MATLAB algorithm to achieve k_maens
K_means
- 对原始K_MEANS算法引入人工免疫的思想,是运行结果更好-The introduction of the original algorithm of artificial immune K_MEANS idea is to run the results better
k_means
- 这是K_means算法的一个简单实现,最后输出将写入同目录下的output.txt文件中-the implication of K_means
K_means
- 用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
k_means
- 深度学习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.)