K-medoids
k-medoids算法是一种强大的聚类分析技术,广泛应用于数据挖掘、模式识别及电子信号处理等领域。与传统的k-means相比,k-medoids更稳健,能够有效处理噪声和异常值,特别适合于对稳定性要求高的工程项目。通过深入学习k-medoids,工程师们不仅能够掌握先进的数据分析方法,还能在故障诊断...
资源总数
500
K-medoids 热门资料
查看全部 500 份 →spoj k-query. Given lots of offline queries and updates, reoder the queries and updates so that they
spoj k-query. Given lots of offline queries and updates, reoder the queries and updates so that they maybe efficiently p...
2014-11-26
125
this is a very good code for k means clustering. works quite fast. can download for school assignmen
this is a very good code for k means clustering. works quite fast. can download for school assignments.
2017-06-02
34
CLARA是基于k中心点的一种划分方法的实现
CLARA是基于k中心点的一种划分方法的实现,区别于别的划分方法,Clara是用于大规模分类运用方法的简称,可以实现对大规模数据的分类
2017-08-08
48
:将K—means算法引入到朴素贝叶斯分类研究中
:将K—means算法引入到朴素贝叶斯分类研究中,提出一种基于K—means的朴素贝叶斯分类算法。首先用K— me.arks算法对原始数据集中的完整数据子集进行聚类,计算缺失数据子集中的每条记录与 个簇重心之间的相似度,把记 录赋给距离...
2017-08-18
63