搜索资源列表
730
- 这是一个关于数据挖掘方面的源代码,它是关于聚类算法的代码-This is a data mining on the source code, it is about the clustering algorithm code
FCM
- 此代码是一种模糊C均值算法,是一种聚类算法,是对k均值算法的一种改进
种子填充的二值图像聚类算法代码
- 种子填充的二值图像聚类算法代码
Hierarchical-clustering-algorithm
- 分级聚类算法的C++实现代码分级聚类算法的C++实现代码-Hierarchical clustering algorithm C++ implementation code of hierarchical clustering algorithm C++ implementation code
Data_Mining_SQL_2008
- 这是《数据挖掘原理与应用—SQL Server 2008数据库》的随书SQL语句、源代码和Excel范例文件,基于DMX,代码主要包括对SQL Server 2008和Excel 2007中已经集成好的数据挖掘算法的应用, 如贝叶斯聚类、决策树、时序、聚类、序列聚类、关联规则、神经网络、逻辑回归、OLAP立方体的等算法,具有极高的使用价值。-This is the " Principles and Applications of data mining-SQL Server 2008 d
julei
- 图像模式识别 VC 代码 之聚类分析,有遗传算法-Image Pattern Recognition VC code of cluster analysis, a genetic algorithm
K-means
- K-means聚类算法实现代码,在VC++环境下开发的,令附有实验样本集。-K-means clustering algorithm code, in the VC++ development environment, so that experiments with sample set.
K-means
- kmeans算法代码,已经通过验证,可以正常使用,没有病毒
DBSCAN聚类算法
- 本程序代码完整,需要自己设置两个参数,就能完成对数据进行DBSCAN聚类,得出聚类的点的坐标,所在的集群,以及是否是噪声点。我用这个代码完成了对只有经纬度信息的坐标点的聚类,亲测有效(This program code integrity, you need to set their own two parameters, you can complete the data for DBSCAN clustering, clustering point of the coordinates, w
Kmeans
- 一个matlab的kmeans聚类算法代码,输入聚类数据和类簇数,输出分好类的数据(A matlab kmeans clustering algorithm code, input cluster data and cluster number, the output of the good class of data)
KFCM-master
- 基于核方法的模糊C均值聚类,考虑到空间数据之间的相关性,结合各点的邻域信息,在原代码中添加邻域信息:(The fuzzy C mean clustering based on kernel method, considering the correlation of spatial data and combining the neighborhood information of each point, adding neighborhood information to the origin
MeanShiftCluster
- 该算法实现了均值漂移聚类算法,在MATLAB平台下有很好的结果验证(MeanShiift Cluster, it improves the performance than tradional cluster algorithm, such k-means cluster algorithm.)
AP算法代码
- ap聚类算法的MATLAB实现代码,包含了解析与源代码,供学习参考用(MATLAB implementation code of AP clustering algorithm)
python实现代码、测试数据集及结果
- 密度距离矩阵优化聚类算法python实现(Python implementation of density distance matrix optimization clustering algorithm)
AP聚类聚类算法介绍
- 只是本人百度的一点资料,供大家学习 当然没有C++代码,因为我没上传(There is a simple word about the Affinity Propagation, lets learn together.)
cluster-science2014-master
- 简单的聚类算法论文以及相关代码。。。。。。。。(A simple example of cluster)
数据挖掘 R语言实战-代码
- 数据挖掘算法R语言实现,包括聚类、判别、集成学习、随机森林、神经网络、支持向量机等算法。(Data mining algorithm R language implementation, including clustering, discrimination, ensemble learning, random forest, neural network, support vector machines and other algorithms.)
Ant-colony-algorithm
- 用于蚁群算法的聚类,可以直接打开进行聚类操作,文件夹中给出了原始数据和代码(Ant colony algorithm is used in clustering, clustering can directly open for operation, folder raw data and code are given)
模糊聚类R代码
- 模糊c-均值聚类算法 fuzzy c-means algorithm (FCMA)或称( FCM)。在众多模糊聚类算法中,模糊C-均值( FCM) 算法应用最广泛且较成功,它通过优化目标函数得到每个样本点对所有类中心的隶属度,从而决定样本点的类属以达到自动对样本数据进行分类的目的。(Fuzzy c-means clustering algorithm or FCM. Among many fuzzy clustering algorithms, the Fuzzy C-Means algori
c+=
- k-means c++, 聚类算法-含代码说明。聚类(Cluster)分析是由若干模式(Pattern)组成的,通常,模式是一个度量(Measurement)的向量,或者是多维空间中的一个点。(k-means c++,Partitioning Methods,Hierarchical Methods,density-based methods,grid-based methods,Model-Based Methods)