swh:1:snp:65b5836566e45c0e6114ad34b8defd9954de3a65
Raw File
Tip revision: 235d8add5beb18a18f9cc55fa79e8fbe00eb1a87 authored by awojna on 30 January 2023, 18:30:19 UTC
Version changed to 3.3.0
Tip revision: 235d8ad
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