搜索资源列表
若干聚类算法.doc
- 若干聚类算法.doc
k均值聚类算法源代码
- K均值聚类算法源代码-K-means clustering algorithm source code
利用聚类算法找出新的攻击
- 利用聚类算法找出新的攻击,属网络安全领域-use clustering algorithm to find new attacks, is a network security
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 pr
kmeans聚类算法源码
- k均值聚类算法源码,比较经典,无解压密码-kmeans clustering algorithm source code,comparatively classical,no password for unzip
一种实用高效的聚类算法
- 这是一个新的聚类算法设计,是由复旦大学的教授们设计的,值得一读。-This is a new clustering algorithm is designed by professors from Fudan University, the design, it is worth a read.
一种用于非球形分布数据的新型聚类算法
- 聚类算法是基于距离的,但是大多采取单一的欧氏距离,不利于结果的发现。-clustering algorithm is based on the distance, but most of the adoption of a single Euclidean distance, is not conducive to the discovery of the results.
聚类算法 dbscan
- 数据挖掘中的聚类算法程序演示参考 dbscan for C# -data mining algorithms procedures demonstration dbscan reference for C#
一种高效的聚类算法
- 一种高效的聚类算法.大家可以来看下好不,绝对好的算法,不要错过-An efficient algorithm for clustering. We can look at the following bronzes, absolute good algorithm, should not miss! !
matlab实现的三种聚类算法
- 三类用matlab实现的聚类算法,分别是canny、FCM和改进之后的FCM
基于模拟退火算法的聚类算法
- 这是基于模拟退火算法的聚类算法,是一个很好的聚类问题。(This is a clustering algorithm based on simulated annealing algorithm and is a good clustering problem.)
聚类算法在图像分割中的应用
- MATLAB程序/聚类算法在图像分割中的应用/主要用于图像聚类(MATLAB/clustering algorithm is used in image segmentation for image clustering)
聚类算法java实现
- 学校期间练习的小程序,聚类算法,供初学者使用(During the school practice of small procedures, clustering algorithm for beginners to use)
labview中实现聚类算法
- labview中实现聚类算法的经典案例,由NI LAB编写,不但有程序,还有说明文档(LabVIEW clustering algorithm to achieve a classic case, written by NI LAB, not only procedures, as well as documentation)
基于粗糙集的层次聚类算法研究
- 实现了两种基于粗糙集模型的层次聚类算法,采用java编程语言实现(Hierarchical clustering algorithm for categorical data using a probabilistic rough set model)
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)
聚类算法
- 这是关于模糊算法中的聚类算法,对于研究聚类算法的有一定研究参考价值。(This is a clustering algorithm in fuzzy algorithm, which has a certain reference value for the study of clustering algorithm.)
基于遗传模拟退火算法的聚类算法
- 遗传模拟退火算法和聚类算法的结合,有助于学生课程设计,熟悉算法代码的学习(The combination of genetic simulated annealing algorithm and clustering algorithm is helpful to students' curriculum design and familiarity with algorithm code learning.)
matlab实现Kmeans聚类算法
- matlab实现Kmeans聚类算法,非常详细。(The algorithm is designed to test the MATLAB clustering algorithm and is very useful.)