Learn R Programming

opusminer (version 0.1-1)

OPUS Miner Algorithm for Filtered Top-k Association Discovery

Description

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 for more information in relation to the OPUS Miner algorithm.

Copy Link

Version

Install

install.packages('opusminer')

Monthly Downloads

273

Version

0.1-1

License

GPL-3

Maintainer

Christoph Bergmeir

Last Published

February 3rd, 2020

Functions in opusminer (0.1-1)

opus

Filtered Top-k Association Discovery of Self-Sufficient Itemsets
read_transactions

Read Transaction Data from a File (Fast)
opusminer-package

Filtered Top-k Association Discovery of Self-Sufficient Itemsets