搜索资源列表
travailenmat
- matlab programming for clustering pam , k-means , dbscan , optics for image segmentation
pam
- 当把一类对象划分到k个不同的类中时,主要的目标是找到类。PAM实现了将不同类别的数据自动划分到不同的类中-When partitioning a set of objects into k clusters, the main objective is to find clusters. The algorithm used in the program PAM is based on the search for k representative objects among the objec
cvap3.5
- CVAP includes 4 External validity indices, 14 Internal validity indices and 5 clustering algorithms (K-means, PAM, hierarchical clustering, SOM and etc.). It supports other clustering algorithms via loading a solution file with class labels, or by ad
uwb3
- Ultra-Wideband Communications Systems Multiband OFDM Approach W. Pam Siriwongpairat Meteor Communications Corporation K. J. Ray Liu University of Maryland
PAM
- PAM(Partitioning Around Medoid,围绕中心点的划分)算法是是划分算法中一种很重要的算法,有时也称为k-中心点算法,是指用中心点来代表一个簇。PAM算法最早由Kaufman和Rousseevw提出,Medoid的意思就是位于中心位置的对象。PAM算法的目的是对n个数据对象给出k个划分。PAM算法的基本思想:PAM算法的目的是对成员集合D中的N个数据对象给出k个划分,形成k个簇,在每个簇中随机选取1个成员设置为中心点,然后在每一步中,对输入数据集中目前还不是中心点的成员根
K_CenterPoint_PAM
- k中心点算法,也就是PAM算法。是数据挖掘中聚类分析的一种手段,用途广泛。-k center algorithm, i.e. PAM algorithm. Data mining is a means of cluster analysis, and versatile.
clustering-index
- 欢迎使用和评述此工具箱,您的意见是对我们工作的支持。 此工具适合于不同有效性指标的性能比较,改进代码用于不同的应用问题等等。 (1) NCT的内容 NCT包括4个外部有效性指标和8种内部有效性指标,编制的程序文件"validity_Index.m"用于调用它们 (2) 主文件 "mainClusterValidationNC.m" 的内容 主文件设计为如何使用PAM聚类算法、如何使用有效性指标和方法来估计聚类个数。(H
k-mediod-PAM
- k-medoids with matlab is very strong