资源列表
knn_demo
- 可以demo的KNN分类器,对模式识别十分重要的作用,有着较好的分类效果,可以帮助新手更好的理解KNN原理,对人脸识别有着很好的演示作用。-Can demo KNN classifier, the pattern recognition is an important role, has a good classification effect, can help beginners a better understanding of KNN principle, has a very good
DBSCAN
- DBSCAN算法的C++实现,方便大家对DBSCAN算法的理解和实现-Realization of DBSCAN C++ to facilitate understanding and implementation of algorithms for DBSCAN
text-mining
- 文本挖掘,用词项-文档矩阵带入算法模拟出标签云和词条网络-text mining
apriori
- aprior算法的java实现,比较简单,能输出关联规则。经测试,可用。-apriori algorithm to achieve the java, is relatively simple and can output association rules. Tested and available.
AprioriMain
- Apriory算法是数据挖掘中常用的挖掘初始数据的算法,传统的apriory算法在大数据的情况下实现效率很低,我通过java中的hash结构进行了改进,将效率提高。-Apriory data mining algorithms commonly used in the initial data mining algorithms, the traditional apriory inefficient algorithm in the case of large data, I have bee
Matlab
- 1.计算两类样本的隶属度;2.使用quadprog函数求解svm的拉格朗日乘子;3.主成份分析-1.caculate the membership of 2 samples;2.use quadprog function to get the lagrangian multiplier;3.principle component analasys
frequency_filters
- 本人在实际项目中使用的各种滤波算法,实践证明可用,效果好。-Use a variety of filters in their own projects to verify the good use.
delete-outliers
- 用于去除一个数据集中的野点的matlab函数,可应用数据建模及统计分析-For input vector A, returns a vector B with outliers (at the significance level alpha) removed. Also, optional output argument idx returns the indices in A of outlier values. Optional output argument outlie
k-means-by-LR
- 标准的数据挖掘聚类算法 k均值聚类 k-means聚类 严格按照标准算法执行 简单高效-Standard data mining clustering algorithm k-means clustering In strict accordance with the standard algorithm is simple and efficient execution
knn
- 这是一个简单的测试knn算法的代码,便于初学者学习和理解knn算法-This is a simple test knn algorithm code, for beginners to learn and understand knn algorithm
FPtree
- 数据挖掘中关联规则算法的FPtree算法的Python实现。FPtree算法比apriori算法更擅于处理大规模的数据-Data Mining Association Rules algorithm FPtree algorithm implemented in Python. FPtree algorithm apriori algorithm is more than adept at handling large data
knn
- KNN简单分类算法C++的实现,大家可以参考下,采用欧式距离,里面包含了knn.cpp以及train.txt,test.txt,rusult.txt-Classification algorithm (KNN), the realization of the c++, you can reference, USES the Euclidean distance, which contains the KNN, CPP and train. TXT, test. TXT, rusult. TXT