搜索资源列表
基于贝叶斯网络的半监督聚类集成模型
- 已有的聚类集算法基本上都是非监督聚类集成算法,这样不能利用已知信息,使得聚类集成的准确性、鲁棒性和稳定性降低.把半监督学习和聚类集成结合起来,设计半监督聚类集成模型来克服这些缺点.主要工作包括:第一,设计了基于贝叶斯网络的半监督聚类集成(semi-supervised cluster ensemble,简称SCE)模型,并对模型用变分法进行了推理求解;第二,在此基础上,给出了EM(expectation maximization)框架下
遗传聚类
- 使用遗传算法优化Kmeans聚类过程,测试数据集都来源于UCI,很好理解,适合初学者。
wine数据集
- 专门用于做聚类分析使用的数据集
zhong
- 系统聚类算法K-means 属于聚类分析中一种基本的划分方法,常采用误差平方和准则函数作为聚类准则,该算法在处理大数据集时是相对可伸缩且高效率的,同时具有潜在的数据并行性。但是这种算法依赖于初始值的选择以及数据的输入顺序;此外,当运用误差平方和准则函数测度聚类效果时,如果各簇的形状和大小差别很大,为使误差平方和 Jc 值达到最小有可能出现将大的聚类簇分割的现象。-system clustering algorithm K-means c
cluto-2.1.1.tar
- 该软件是基于C均值算法的聚类软件,能对数值型数据集进行合理的聚类。-The software is based on the C- Means clustering algorithm software, capable of numerical data sets reasonable clustering.
realDBSCAN
- 二维的DBSCAN聚类算法,输入(x,y)数组,搜索半径Eps,密度搜索参数Minpts。输出: Clusters,每一行代表一个簇,形式为簇的对象对应的原数据集的ID-two-dimensional clustering algorithm, the input (x, y) array, search radius Eps. Minpts density search parameters. Output : Clusters, e
clustershiyongdaquan
- 聚类算法全集以及内附数据集,可以方便使用。-clustering algorithm and the Collected Works of containing data sets, it is convenient to use.
dfdgg
- 图象处理源代码集 图像分割是图像处理、模式识别、计算机视觉等领域中极为重要的内容之一,是实现自动图像分析时首先需要完成的操作。它是根据图像的某些特征或特征集合的相似性准则,对图像像素进行分组聚类,把图像平面划分为一系列有意义的区域,使其后的图像分析及识别等高级处理阶段所要处理的数据量大大减少,同时又保留有关图像结构特征的信息。由于分割中出现的误差会传播至高层次处理阶段,因此分割的精确程度是至关重要的。-image processin
clusteringTestdata
- 聚类的测试数据集,matlab打开,3个cluster,1W个测试点,2维。-clustering test data sets, Matlab open, 3 cluster, 1W tests, the two-dimensional.
singlelink
- 聚类算法:最短距离算法。对给定的数据集进行自底向上的层次的分解,直到某种条件满足而已。缺陷在于一旦一个步骤完成,它就不能被撤消这个严格的规定是有用的,由于不用担心组合数目的不同选择,计算代价会较小。-Clustering Algorithm: the shortest distance algorithm. For a given data set to the level of bottom-up decomposition, unt
isodata_iris
- 聚类分析isodata算法的C程序,实现对iris数据集分类的功能-ISODATA cluster analysis algorithm C procedures, to achieve the classification of iris data set features
cskmeans
- cskmeans 聚类算法的一种 1. 分裂法(partitioning methods):给定一个有N个元组或者纪录的数据集,分裂法将构造K个分组,每一个分组就代表一个聚类,K<N。而且这K个分组满足下列条件:(1) 每一个分组至少包含一个数据纪录;(2)每一个数据纪录属于且仅属于一个分组(注意:这个要求在某些模糊聚类算法中可以放宽);对于给定的K,算法首先给出一个初始的分组方法,以后通过反复迭代的方法改变分组,使得每
Clustering
- 数据挖掘算法的实现,基于模糊聚类的最大树算法,数据集是darpa99,也就是KDD-CUP99中采用的数据集-The realization of data mining algorithms, based on fuzzy clustering of the largest tree algorithm, a data set is darpa99, which is used in KDD-CUP99 data set
DBSCAN聚类算法
- 本程序代码完整,需要自己设置两个参数,就能完成对数据进行DBSCAN聚类,得出聚类的点的坐标,所在的集群,以及是否是噪声点。我用这个代码完成了对只有经纬度信息的坐标点的聚类,亲测有效(This program code integrity, you need to set their own two parameters, you can complete the data for DBSCAN clustering, clusteri
python实现代码、测试数据集及结果
- 密度距离矩阵优化聚类算法python实现(Python implementation of density distance matrix optimization clustering algorithm)
chameleon-data.tar
- 人脸聚类常用数据集含有10*40张图片,pmg格式(The common dataset of face clustering contains 10*40 picture, PMG format)
irisdata
- 用于聚类的数据集。。。。。。。。。。。。。(Data sets for clustering)
数据集
- 本文件为常见聚类算法测试数据集 ,UCI上常用的聚类算法数据集(This document is a common clustering algorithm test data set.)
K-means聚类
- 应用K-means聚类算法,实现对iris数据集的分类(Using K-means clustering algorithm to realize the Classification of iris dataset)
DBSCAN
- 名称:DBSCAN经典聚类算法 功能:聚类数据集 类别:密度聚类算法(Name: DBSCAN Classic Clustering Algorithm Function: Clustering dataset Category: Density Clustering Algorithm)