资源列表
Apriori-Algorithm
- 频繁模式挖掘的算法Apriori算法,用C++语言实现。-frequent pattern mining
huadong
- 信号预处理时,需要对信号进行滑动去噪,该程序可以实现滑动去噪,交互友好,我做毕业论文用的。-When the signal preprocessing, the need for signal denoising slide, the program can achieve the sliding de-noising, interactive and friendly, I do thesis use.
pls
- 数据建模分析,适合光谱,股票等建模分析,预测样品-For modeling and analysis,For modeling and analysis
DataDemo
- this a data for a small application. the aim of this work is to active my account, tks :D-this is a data for a small application. the aim of this work is to active my account, tks :D
clustering
- samples about clustering in matlab : K-means algorithm K-medoids algorithm DBSCAN algorithm
fcm2
- 简单的模糊c均值的matlab程序,希望对大家有所帮助,如有不对,请告知。-Simple fuzzy C mean Matlab procedures, we want to help, if there is wrong, please let us know.
Apriro
- java 关联关系分析 apriro算法源代码 很好-java association analysis algorithm source code well apriro
pca
- 主元分析java源代码,很好的学习资料 值的一看-PCA java source code, good learning materials
svm
- svm 分类算法 java源代码 很好的学习程序-svm classification algorithm java source code is a good learning program
mitmatlab
- 基于matlab的数据挖掘工具箱,包括了几乎全部当前常见的数据分类算法-Matlab based data mining toolbox, including almost all of the current common data classification algorithm
zishiyingguolvfa
- 自适应过滤法是根据一组给定的权数对时间数列的历史观察值进行加权平均计算一个预测值,然后根据预测误差调整权数以减少误差,这样反复进行直至找出一组“最佳”权数,使误差减少到最低限度,再利用最佳权数进行加权平均预测。-Adaptive filtering method is based on the number of a given set of rights to compute a weighted average of the predicted value of historical tim
AdaBoost
- 用python实现的AdaBoost分类算法,文件是一个ipython notebook,可以直接用ipython/jupyter打开使用。内附简单测试数据集。 程序运行需要numpy库的支持。-An AdaBoost classifier implemented with Python.