C-means
c-means算法是一种先进的数据聚类技术,广泛应用于图像处理、模式识别及信号分析等领域。通过优化中心点的选择与分配策略,c-means能够有效提升分类精度与效率,是电子工程师掌握大数据分析不可或缺的工具之一。本页面汇集了40908份精选资源,包括最新研究成果、实用案例分析以及详细的教程指南,旨在帮...
资源总数
500
C-means 热门资料
查看全部 500 份 →CEP2POW convert cepstral means and variances to the power domain
CEP2POW convert cepstral means and variances to the power domain
2014-09-01
100
the attached file contains k means code using visual basic
the attached file contains k means code using visual basic
2014-01-02
145
K-MEANS算法 输入:聚类个数k
K-MEANS算法 输入:聚类个数k,以及包含 n个数据对象的数据库。 输出:满足方差最小标准的k个聚类。 处理流程: (1) 从 n个数据对象任意选择 k 个对象作为初始聚类中心; (2) 循环(...
2013-12-20
33