搜索资源列表
数据挖掘c++代码
- 包括关联 聚类 神经网络 遗传算法
Untitled3
- 这是一个模糊聚类代码(matlab)供大家学习-This is a fuzzy clustering code (matlab) for them to learn from
MSClustering
- 使用MeanShift进行分割聚类的代码~-The use of segmentation MeanShift clustering code ~
Unti13212
- 上传个模糊聚类代码,希望能有用,上传好难啊-From a fuzzy clustering code, hoping to be useful, upload好难ah
APcode
- 聚类代码(include sparse capability)-Clustering code (include sparse capability)
用matlab实现谱聚类算法
- 用于数据挖掘学习,matlab实现机器学习领域的谱聚类算法。提供详细的代码。
dbscan的matlab代码实现
- 使用MATLAB对文档进行聚类,尤其在数据挖掘中使用,一般用于文本特征表示之后(Clustering documents using MATLAB)
DBSCAN聚类算法
- 本程序代码完整,需要自己设置两个参数,就能完成对数据进行DBSCAN聚类,得出聚类的点的坐标,所在的集群,以及是否是噪声点。我用这个代码完成了对只有经纬度信息的坐标点的聚类,亲测有效(This program code integrity, you need to set their own two parameters, you can complete the data for DBSCAN clustering, clustering point of the coordinates, w
R语言混合型数据聚类分析案例
- R语言混合型数据聚类分析案例,案例是对于美国大学的聚类分析,有代码的注释(Case study of R language mixed data clustering analysis)
凝聚层次聚类的matlab代码
- 聚类,就是单纯的聚类算法,别的我也不知道啊(I CAN NOT SPERK ENGLISH)
聚类分析
- 基于matlab平台下,可实现聚类分析功能。(直接实测代码)(Based on the MATLAB platform, clustering analysis function can be realized. (direct measured code))
层次聚类代码
- matlab实现层次聚类法,不是用库函数实现的,而是一步步根据算法原理完成的(Matlab hierarchical clustering method, not achieved by library functions, but a step by step according to the principles of the algorithm)
谱聚类
- 谱聚类matlab代码,聚类分析可用,内附简单实验及部分参考论文,代码可自行修改,精度可调(Matlab code for spectral clustering , enclosed a simple experiment, which can be modified. Accuracy of sigma is adjustable.)
层次聚类
- 层次聚类的使用方法,代码含注释,用的软件是R-studio(Hierarchical clustering)
k-means聚类算法
- k-means聚类算法的代码实现,只需要更改数据就可以实现,而且有注释,很容易懂(The code implementation of the k-means clustering algorithm can be realized only by changing the data, and there are notes that make it easy to understand)
语音聚类示例
- 实验示例是基于语音中的mfcc,语音倒谱特征来进行聚类,先利用训练样本来计算训练样本聚类中心(用到了lbg算法),之后再进行分类。 注意:使用代码时需要自己更改文件路径。(This example is based on the MFCC in speech and the feature of speech Cepstrum to cluster. First, the training sample is used to calculate the training sample clus
基于遗传模拟退火算法的聚类算法
- 遗传模拟退火算法和聚类算法的结合,有助于学生课程设计,熟悉算法代码的学习(The combination of genetic simulated annealing algorithm and clustering algorithm is helpful to students' curriculum design and familiarity with algorithm code learning.)
模糊聚类R代码
- 模糊c-均值聚类算法 fuzzy c-means algorithm (FCMA)或称( FCM)。在众多模糊聚类算法中,模糊C-均值( FCM) 算法应用最广泛且较成功,它通过优化目标函数得到每个样本点对所有类中心的隶属度,从而决定样本点的类属以达到自动对样本数据进行分类的目的。(Fuzzy c-means clustering algorithm or FCM. Among many fuzzy clustering algorithms, the Fuzzy C-Means algori
基于t-SNE降维的学生成绩聚类模型
- 使用Python编写的小程序代码,基于t-SNE降维的学生成绩聚类模型。(Clustering model of students' performance based on t-sne dimension reduction)
kmeans聚类算法
- kmeans聚类分析,无监督学习实现Matlab代码(Kmeans clustering analysis, unsupervised learning implementation of MATLAB code)