搜索资源列表
dic1
- 关联规则5 DIC (Download) This implementation is based on the Dynamic Itemset Counting (DIC) algorithm (cfr. Brin et al., 1997). The implementation contains no additional optimizations ans seems to perform worse than Apriori on almost all datasets I
Apriori-DIC
- 数据挖掘Apriori算法和DIC算法的C++实现。-Data mining algorithm Apriori algorithm and the DIC of the C++ to achieve.
dic-sort
- 用非递归方法实现字典排序算法。可以作为例题使用-Non-recursive dictionary sorting algorithm. You can use as an example