资源列表
clsf_dpd1
- 基于粗糙集和遗传算法的属性约简,包含核及不可区分关系等求解-Attribute reduction based on rough sets and genetic algorithm, including nuclear and indistinguishable relationship to solve
Data-Mining-with-R
- 运用R语言进行数据挖掘算法设计与运算,能够提升R语言学习能力与数据挖掘算法应用能力-R language use data mining algorithm design and operation, it is possible to enhance the R language learning and data mining algorithms application capabilities
PerceptualHash
- 感知哈希算法简单实现,利用opencv实现均值哈希和p哈希算法。-Perception of hash algorithm is simple to implement, using opencv average hash and pHash algorithm.
lbp
- 实现了简单的LBP算法,基于opencv2.4.10-Implements a simple LBP algorithm, based on opencv2.4.10
the-APRIORI-algorithm
- 实现Apriori算法,应用于如下的数据(给定参数),挖掘频繁项集 -an example for Apriori algorithm in data mining
KNN
- K-最邻近分类器的一个实例,实现了对数据的分类,内含测试数据-an example of K-nearest algorithm,containing a set of test data
Apriori
- 数据挖掘Apriori算法,产生频繁项集-Apriori data mining algorithms to generate frequent itemsets
fp_growth
- 数据挖掘的FPgrowth算法,快速的获得频繁项集-FPgrowth data mining algorithms, fast access to frequent item sets
IJETAE_0313_100
- Intrusion Detection System Using Data Mining Technique: Support Vector Machine
document
- Analysis of NSL-KDD Dataset for Fuzzy Based Intrusion Detection System
InfoRetri
- 基于朴素贝叶斯的文本分类,包含去停用词,分词,特征提取,分类等-Text classification, based libsvm, included to stop words, segmentation, feature extraction and classification
PageRank_M
- 实现基本的pagerank算法,从文件中读取数据生成矩阵进行计算-Pagerank algorithm to achieve