K-MEAN
共 15 篇文章
K-MEAN 相关的电子技术资料,包括技术文档、应用笔记、电路设计、代码示例等,共 15 篇文章,持续更新中。
算法
算法,k-mean搜索方法,执行起来很快,推荐。
各类聚类算法程序包
各类聚类算法程序包,包含各种经典的聚类算法,例如:k-mean聚类等
自行implement的k-mean(含fuzzy c mean)
自行implement的k-mean(含fuzzy c mean),可以直接於vc++針對大量數據進行分群的動作
K-MEAN:经典K均值算法,适用领域:语音识别
K-MEAN:经典K均值算法,适用领域:语音识别,图像识别
k-mean算法的源码
k-mean算法的源码,对聚类非常有用!!可以直接使用!
k-mean算法演示
k-mean算法演示,利用手工输入点通过k类自动聚合
KMEANS Trains a k means cluster model.CENTRES = KMEANS(CENTRES, DATA, OPTIONS) uses the batch K-mean
KMEANS Trains a k means cluster model.CENTRES = KMEANS(CENTRES, DATA, OPTIONS) uses the batch K-means
algorithm to set the centres of a cluster model. The matrix DATA
represents the data which is be
分级聚类算法:包括k-mean max-dist min-dist 程序使用方法: 程序中打开文件“.dat”-》选择聚类方法-》显示数据 .dat文件格式: 分成几类 输入样本维数 样本
分级聚类算法:包括k-mean max-dist min-dist
程序使用方法:
程序中打开文件“.dat”-》选择聚类方法-》显示数据
.dat文件格式:
分成几类
输入样本维数
样本个数
下面依次为样本特征向量
How the K-mean Cluster work Step 1. Begin with a decision the value of k = number of clusters S
How the K-mean Cluster work
Step 1. Begin with a decision the value of k = number of clusters
Step 2. Put any initial partition that classifies the data into k clusters. You may assign the traini
K-mean 模式識別分析法使用k-mean作為分析方法
K-mean 模式識別分析法使用k-mean作為分析方法
K-mean算法
K-mean算法,并通过了IRIS数据的测试。
模式识别 k-mean算法程序
模式识别 k-mean算法程序,用Visual c++编写
一个聚类算法用K-mean处理后迭代
一个聚类算法用K-mean处理后迭代,论文发表在PAK
是对K-mean算法的数据分析处理,运行时需输入数据,其中有参考数据,希望对大家的学习有所帮助
是对K-mean算法的数据分析处理,运行时需输入数据,其中有参考数据,希望对大家的学习有所帮助
神经网络中的K-MEAN聚类算法
神经网络中的K-MEAN聚类算法,并在MFC中以主观形式显示学习过程。