https://github.com/awojna/Rseslib
Revision a09642dd4bf1c604e677f0a156a1fbf0bc84a7d5 authored by rlatkowski on 13 April 2023, 12:21:23 UTC, committed by rlatkowski on 13 April 2023, 12:21:23 UTC
1 parent 954eb08
Raw File
Tip revision: a09642dd4bf1c604e677f0a156a1fbf0bc84a7d5 authored by rlatkowski on 13 April 2023, 12:21:23 UTC
Redundant debug information removed
Tip revision: a09642d
README.md
# Rseslib
Rough set and machine learning data structures, algorithms and tools in Java. The project includes algorithms for discernibility matrix, reducts, decision rules and wide range of discretization and classification algorithms, including optimized for large data KNN classifier implementing analogy-based reasoning and dedicated to imbalanced data RIONIDA with multidimensional optimization. The project includes also QMAK - a tool for interacting with machine learning models and visualizing classification process and Simple Grid Manager for running experiments on many computers or cores.

The project is built with Maven.

For more information see the user guide at http://rseslib.mimuw.edu.pl.
back to top