https://github.com/awojna/Rseslib
Revision ef9d983a42bf5f1c98a5b45830bd456b445f6fd0 authored by grzegorzgora on 20 January 2023, 11:41:45 UTC, committed by grzegorzgora on 20 January 2023, 11:41:45 UTC
1 parent 716b376
Raw File
Tip revision: ef9d983a42bf5f1c98a5b45830bd456b445f6fd0 authored by grzegorzgora on 20 January 2023, 11:41:45 UTC
QMAK compilation fixed
Tip revision: ef9d983
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 high-accuracy K-NN classifier implementing analogy-based reasoning. 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