Crates.io | dci |
lib.rs | dci |
version | 0.3.0 |
source | src |
created_at | 2020-10-10 22:19:44.37738 |
updated_at | 2020-10-19 23:03:55.793448 |
description | DCI-Closed, a frequent closed itemset mining algorithm, implemented in Rust |
homepage | |
repository | https://github.com/gahag/dci |
max_upload_size | |
id | 298196 |
size | 21,012 |
DCI-Closed, a frequent closed itemset mining algorithm, implemented in Rust.
The implementation is based on the original paper, by Lucchese, C. et al. The parallel flavor is a trivial Rayon spin of the original algorithm.
Into<BitMatrix>
implementation for Matrix
.dci
is licenced under the MIT Licence.