Welcome![Sign In][Sign Up]
Location:
Search - K均值聚类算法

Search list

[Data structsk均值聚类算法分析

Description: k均值聚类算法分析,采用C++编程技术,提供代码可重用机制 -k-means clustering algorithm analysis, the use of C programming, code reuse mechanism
Platform: | Size: 31002 | Author: chu na | Hits:

[Mathimatics-Numerical algorithmsk均值聚类算法源代码

Description: K均值聚类算法源代码-K-means clustering algorithm source code
Platform: | Size: 30395 | Author: 静子 | Hits:

[Data structsK均值聚类

Description: 对图像进行K均值聚类的程序
Platform: | Size: 179761 | Author: gunner | Hits:

[Documents用matlab实现K均值聚类算法

Description: 用matlab实现K均值算法
Platform: | Size: 5083 | Author: zhengna2000@126.com | Hits:

[matlabK-均值聚类算法

Description: K-均值聚类算法的matlab源程序,K-均值聚类算法的matlab源程序
Platform: | Size: 2434 | Author: whitter | Hits:

[Mathimatics-Numerical algorithmsk均值聚类算法源代码

Description: K均值聚类算法源代码-K-means clustering algorithm source code
Platform: | Size: 29696 | Author: 静子 | Hits:

[GDI-Bitmapk均值聚类算法

Description: k均值算法的源代码-k means algorithm source code
Platform: | Size: 2048 | Author: 刘新华 | Hits:

[AI-NN-PRK-均值聚类算法C++编程

Description: K-均值聚类算法的编程实现。包括逐点聚类和批处理聚类。K-均值聚类的的时间复杂度是n*k*m,其中n为样本数,k为类别数,m为样本维数。这个时间复杂度是相当客观的。因为如果用每秒10亿次的计算机对50个样本采用穷举法分两类,寻找最优,列举一遍约66.7天,分成3类,则要约3500万年。针对算法局部最优的缺点,本人正在编制模拟退火程序进行改进。希望及早奉给大家,倾听高手教诲。-K-means clustering algorithm programming. Point by point, including clustering and clustering batch. K-means clustering of the time complexity of n* k* m, n samples, several types of k, m sample dimension. The time complexity is a very objective. Because if we use one billion times per second the computer using 50 samples of two exhaustive method to find the optimal set out again about 66.7 days, divided into three categories, offering 3,500 years. Local optimal algorithm against the shortcomings, I was prepared simulated annealing process improvements. Early Feng hope for everyone, listen to the master teachings.
Platform: | Size: 4096 | Author: 韩磊 | Hits:

[AI-NN-PR以K-均值聚类结果为初始解的模拟退火聚类

Description: 由于K-均值聚类算法局部最优的特点,而模拟退火算法理论上具有全局最优的特点。因此,用模拟退火算法对聚类进行了改进。20组聚类仿真表明,平均每次对K结果值改进8次左右,效果显著。下一步工作:实际上在高温区随机生成邻域是个组合爆炸问题(见本人上载软件‘k-均值聚类算法’所述),高温跳出局部解的概率几乎为0,因此正考虑采用凸包约束进行模拟聚类,相关工作正在进行。很快将奉献给各位朋友。-as K-means clustering algorithm for optimal local characteristics, and simulated annealing algorithm theory with the characteristics of the global optimum. Thus, simulated annealing algorithm for clustering improvements. Cluster Group of 20 simulations show that the average value of K results improved about eight times, the results are obvious. The next step : In fact, in high temperature generated random neighborhood is a combination of explosives (see my software on the 'k-means clustering algorithm' mentioned above), high-temperature solution of partial out almost zero probability, it is considering the use of convex hull bound for simulation cluster, the work under way . Soon dedication to the ladies.
Platform: | Size: 5120 | Author: 韩磊 | Hits:

[AI-NN-PRkmeans聚类算法源码

Description: k均值聚类算法源码,比较经典,无解压密码-kmeans clustering algorithm source code,comparatively classical,no password for unzip
Platform: | Size: 29696 | Author: 司南 | Hits:

[OtherK-junzhi

Description: 这是K均值聚类算法的程序,应用相当广泛的,比如在模式识别里就很重要.-This is the K-means clustering algorithm, application fairly extensive, such as pattern recognition is important to Lane.
Platform: | Size: 214016 | Author: fun | Hits:

[AI-NN-PRkmean

Description: 这是用C++作的K-均值聚类算法,模式识别当面的,希望对大家有所帮助!-C is for the K-means clustering algorithm, pattern recognition face-to-face, we want to help!
Platform: | Size: 4096 | Author: Jesson | Hits:

[AI-NN-PRk-means(VC)

Description: k均值聚类算法分析,采用C++编程技术,提供代码可重用机制 -k-means clustering algorithm analysis, the use of C programming, code reuse mechanism
Platform: | Size: 30720 | Author: chu na | Hits:

[OtherK-modesalgorithm

Description: 模糊k均值聚类算法,一种在数据挖掘中聚类大型分类数据集的快速聚类方法-fuzzy k-means clustering algorithm, a data mining classification clustering large data sets quickly clustering method
Platform: | Size: 102400 | Author: 路虎 | Hits:

[Otherk-means

Description: k均值聚类算法源码 聚类算法学习的实例功能-k-means cluster algorithm
Platform: | Size: 3072 | Author: wueching | Hits:

[Graph programK均值聚类

Description: K均值聚类算法图像分割,最传统的一种分割方法(K mean clustering segmentation)
Platform: | Size: 13312 | Author: 瞌睡虫醒了呀 | Hits:

[OpenCVK均值聚类在基于OpenCV的图像分割中的应用

Description: 介绍了传统的图像分割与K-均值聚类算法分割,然后利用OpenCV函数将其实现,并介绍了OpenCV中图像分割相关的基本函数。(This paper introduces the segmentation of traditional image segmentation and K- mean clustering algorithm, then uses OpenCV function to implement it, and introduces the basic functions of image segmentation in OpenCV.)
Platform: | Size: 464896 | Author: 术道 | Hits:

[Mathimatics-Numerical algorithmsk均值聚类

Description: 用VC++写的K均值聚类算法,可以直接使用(K mean clustering algorithm is written by VC++ , which can be used directly.)
Platform: | Size: 187392 | Author: gongshixin | Hits:

[Otherk均值聚类算法

Description: 根据k均值聚类的原理,实现一些数字的聚类,但是具体类别数需要自己设置(Clustering of some numbers by K mean clustering)
Platform: | Size: 2109440 | Author: fighter小皮皮 | Hits:

[Internet-NetworkK均值聚类

Description: K均值聚类算法-对数据进行聚类分析,适合数据处理(k means clustering algorithm)
Platform: | Size: 3072 | Author: 季jsx | Hits:
« 12 3 4 5 6 7 8 9 10 ... 48 »

CodeBus www.codebus.net