Skip to content

Commit

Permalink
description of framework
Browse files Browse the repository at this point in the history
  • Loading branch information
firefly-cpp committed Oct 27, 2020
1 parent 1b21657 commit 75da8bd
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# uARMSolver - universal Association Rule Mining Solver

## Description

The framework is written fully in C++ and runs on all platforms. It allows users to preprocess their data in a transaction database, to make discretization of data, to search for association rules and to guide a presentation/visualization of the best rules found using external tools. As opposed to the existing software packages or frameworks, this also supports numerical and real-valued types of attributes besides the categorical ones. Mining the association rules is defined as an optimization and solved using the nature-inspired algorithms that can be incorporated easily. Because the algorithms normally discover a huge amount of association rules, the framework enables a modular inclusion of so-called visual guiders for extracting the knowledge hidden in data, and visualize these using external tools.

## Compiling

make
Expand Down

0 comments on commit 75da8bd

Please sign in to comment.