说明:聚类分析里的k均值(kmeans)算法的matlab实现,是老师即将出的书里,我给写的例子,大家看看吧。 -Where k-means cluster analysis (kmeans) algorithm matlab implementation, a teacher is leaving ...
说明:数据挖掘算法,fuzzy-K-means聚类算法源代码,用于模糊聚类分析-data mining algorithms, fuzzy-K-means clustering algorithm source code for Fuzzy Cluster Analysis
说明:谱聚类,一种更强大、 更专业的算法 (与 K-均值相比),它的名字源于图的谱分析......
说明:编写K-均值聚类算法程序,对下图所示数据进行聚类分析(选k=2)-prepare K-means clustering algorithm, the data shown in the chart below cluster analysis (EAC k = 2)
说明:本程序通过Kmeans聚类算法对事件进行聚类,并在此基础上,通过神经网络来预测新输入案例可能发生的结果进行预测。由于隐私要求,程序的训练数据没有包含在内,但是作为大的框架来说,结构比较完整。