搜索资源列表
agnes
- 此源程序为层次聚类中AGNES聚类法算法部分,测试数据须自己输入,测试前最好先看下源码 测试数据只有2个属性,可根据自己需求修改数据结构体属性个数,与对象间欧式距离计算函数 本源码若算法复杂度有可改进的地方或有BUG请高手指出,计算500条以上的数据时须耐心等待结果 -The source code for the hierarchical clustering algorithm in part AGNES clustering method, the test data requ
u
- 这是关于层次分析法、聚类分析、主成分分析的源代码-This is about the level of analysis, cluster analysis, principal component analysis of the source code
sy634
- AHP层次分析法计算判断矩阵的最大特征值,使用混沌与分形分析的例程,用MATLAB实现动态聚类或迭代自组织数据分析。- Calculate the maximum eigenvalue judgment matrix of AHP, Use Chaos and fractal analysis routines, Using MATLAB dynamic clustering or iterative self-organizing data analysis.
代码
- 先用的层次分析法筛选变量,而后使用聚类分析中的kmeans和pam两种方法,优点在于可以快速聚类,针对较大的数据量(clustering methodology)
代码
- 使用的是深圳市数学建模的电信用户数据,基于数据筛选出高价值用户,并分析他们的消费特点。代码中包括了层次分析法,聚类分析,数据的缺失值、异常值的处理(The code includes the analytic hierarchy process, the clustering analysis, the missing values of the data, and the handling of the abnormity values)
AGNES
- 层次聚类,凝聚法指的是初始时将每个样本点当做一个类簇,所以原始类簇的大小等于样本点的个数,然后依据某种准则合并这些初始的类簇,直到达到某种条件或者达到设定的分类数目。(hierarchical clustering)
bengtui_v75
- 实现了图像的加水印,去噪,加噪声等功能,基于欧几里得距离的聚类分析,AHP层次分析法计算判断矩阵的最大特征值。( Realize image watermarking, de-noising, plus noise and other functions, Clustering analysis based on Euclidean distance, Calculate the maximum eigenvalue judgment matrix of AHP.)