The uARMSolver package
Find a file
Fedora Release Engineering 15df24f90c - Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
Signed-off-by: Fedora Release Engineering <releng@fedoraproject.org>
2021-01-27 22:31:12 +00:00
.gitignore Initial import #1891961 2020-11-13 11:24:53 +01:00
README.md README updated 2020-11-13 11:38:53 +01:00
sources Initial import #1891961 2020-11-13 11:24:53 +01:00
uARMSolver.spec - Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild 2021-01-27 22:31:12 +00:00

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.