搜索资源列表
kmeans_cluster聚类算法的实现
- 数据挖掘中k-means聚类算法的实现源代码-clustering algorithm source code in data mining
K-均值聚类算法C++编程
- K-均值聚类算法的编程实现。包括逐点聚类和批处理聚类。K-均值聚类的的时间复杂度是n*k*m,其中n为样本数,k为类别数,m为样本维数。这个时间复杂度是相当客观的。因为如果用每秒10亿次的计算机对50个样本采用穷举法分两类,寻找最优,列举一遍约66.7天,分成3类,则要约3500万年。针对算法局部最优的缺点,本人正在编制模拟退火程序进行改进。希望及早奉给大家,倾听高手教诲。-K-means clustering algorithm programming. Point by point, inc
kmeans聚类算法源码
- k均值聚类算法源码,比较经典,无解压密码-kmeans clustering algorithm source code,comparatively classical,no password for unzip
Clique聚类算法Java版.rar
- Clique聚类算法Java版.rar
FuzzyCMeans
- FCM聚类算法,共大家参考,多多学习,谢谢大家,共同学习聚类算法-FCM
kmeans_src
- java 语言编写的kmeans聚类算法源代码,非常有用。-BenchmarkedKMeans for java and BasicKMeans for java
aa
- 层次聚类算法的c++实现,输入分类个数,可以得到相应的分类结果-Hierarchical clustering algorithm to achieve the c++, enter the classification number, you can get the classification results
SA_GA
- 基于遗传模拟退火算法的聚类算法。将模拟退火算法与遗传算法相结合用于聚类分析,由于模拟退火算法和遗传算法可以互相取长补短,因此有效地克服了传统遗传算法的早熟现象,同时根据聚类问题的具体情况设计遗传编码方式、适应度函数,使该算法更有效、更快速地收敛到全局最优解。 -Genetic simulated annealing algorithm based on clustering algorithms. Simulated annealing algorithm and genetic algo
K-means_cluster
- 这是一个基于K-means的聚类算法,可用于网页信息聚类,例如电子产品的型号聚类等。-This is based on the K-means clustering algorithm, clustering can be used for website information, such as electronic products, such as the Model Cluster.
kmeans
- 聚类算法kmeans,比较简单的聚类算法,通过欧几里德距离确定聚类的标准,对二维的点进行聚类-Clustering algorithm kmeans, relatively simple clustering algorithm, through the Euclidean distance to determine the standard clustering of the points of two-dimensional clustering
julei
- 经典模糊聚类算法的matlab程序框架,简单容易理解。-Classical fuzzy clustering algorithm matlab Framework, a simple easy to understand.
yuanma
- 压缩包包含四种聚类算法源代码及示例代码,供大家学习使用-Compressed packet contains four clustering algorithm source code and sample code for using the U.S. study
minipro
- 聚类算法研究,集合了多种聚类算法,并在一个系统中实现-Clustering Algorithm
FUZZCLUST
- 用matlab编写的各种聚类算法的代码,可作为聚类的程序包使用,对于程序编写者和使用者都可提供便利-matlab for cluster
swtu
- 改进的模糊聚类算法,主要用于处理高分辨率遥感影像-Improved fuzzy clustering algorithm, mainly used to deal with high-resolution remote sensing image
ClusteringAlgorithmsResearch
- 一篇较为经典的聚类算法综述文献,发表于软件学报!值得研究数据分析的入门者参考!-A clustering algorithm is more classical Review of literature, published in the Journal of Software! Data analysis is worth studying the entry reference!
基于模拟退火算法的聚类算法
- 这是基于模拟退火算法的聚类算法,是一个很好的聚类问题。(This is a clustering algorithm based on simulated annealing algorithm and is a good clustering problem.)
聚类算法
- 聚类算法,介绍聚类算法的原理以及应用!原理的推导,以及聚类算法应用的实例。包括迭代过程,已经迭代停止条件。(Clustering Algorithm)
聚类
- 机器学习聚类算法,对初学者很有帮助,仅供参考(Machine learning clustering algorithm is very helpful for beginners, for reference only)
k-means聚类算法
- k-means聚类算法的代码实现,只需要更改数据就可以实现,而且有注释,很容易懂(The code implementation of the k-means clustering algorithm can be realized only by changing the data, and there are notes that make it easy to understand)