Package: opusminer 0.1-1
opusminer: OPUS Miner Algorithm for Filtered Top-k Association Discovery
Provides a simple R interface to the OPUS Miner algorithm (implemented in C++) for finding the top-k productive, non-redundant itemsets from transaction data. The OPUS Miner algorithm uses the OPUS search algorithm to efficiently discover the key associations in transaction data, in the form of self-sufficient itemsets, using either leverage or lift. See <http://i.giwebb.com/index.php/research/association-discovery/> for more information in relation to the OPUS Miner algorithm.
Authors:
opusminer_0.1-1.tar.gz
opusminer_0.1-1.zip(r-4.5)opusminer_0.1-1.zip(r-4.4)opusminer_0.1-1.zip(r-4.3)
opusminer_0.1-1.tgz(r-4.4-x86_64)opusminer_0.1-1.tgz(r-4.4-arm64)opusminer_0.1-1.tgz(r-4.3-x86_64)opusminer_0.1-1.tgz(r-4.3-arm64)
opusminer_0.1-1.tar.gz(r-4.5-noble)opusminer_0.1-1.tar.gz(r-4.4-noble)
opusminer_0.1-1.tgz(r-4.4-emscripten)opusminer_0.1-1.tgz(r-4.3-emscripten)
opusminer.pdf |opusminer.html✨
opusminer/json (API)
# Install 'opusminer' in R: |
install.packages('opusminer', repos = c('https://cbergmeir.r-universe.dev', 'https://cloud.r-project.org')) |
This package does not link to any Github/Gitlab/R-forge repository. No issue tracker or development information is available.
Last updated 5 years agofrom:edd0c2b07b. Checks:OK: 9. Indexed: yes.
Target | Result | Date |
---|---|---|
Doc / Vignettes | OK | Nov 05 2024 |
R-4.5-win-x86_64 | OK | Nov 05 2024 |
R-4.5-linux-x86_64 | OK | Nov 05 2024 |
R-4.4-win-x86_64 | OK | Nov 05 2024 |
R-4.4-mac-x86_64 | OK | Nov 05 2024 |
R-4.4-mac-aarch64 | OK | Nov 05 2024 |
R-4.3-win-x86_64 | OK | Nov 05 2024 |
R-4.3-mac-x86_64 | OK | Nov 05 2024 |
R-4.3-mac-aarch64 | OK | Nov 05 2024 |
Exports:opusread_transactions
Readme and manuals
Help Manual
Help page | Topics |
---|---|
Filtered Top-k Association Discovery of Self-Sufficient Itemsets | opusminer-package |
Filtered Top-k Association Discovery of Self-Sufficient Itemsets | opus |
Read Transaction Data from a File (Fast) | read_transactions |