Skip to content
/ Rseslib Public

Rough set and machine learning data structures, algorithms and tools, including algorithms for discernibility matrix, reducts, decision rules, classification (RoughSet, KNN, RIONIDA, AQ15, C4.5, SVM, NeuralNetwork and many others), discretization (1R, Entropy Minimization, ChiMerge, MD), and tool for interactive and explainable machine learning.

License

Notifications You must be signed in to change notification settings

awojna/Rseslib

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Rseslib

Rough set and machine learning data structures, algorithms and tools in Java. The project includes algorithms for lower and upper approximation, discernibility matrix, reducts, decision rules and wide range of discretization and classification algorithms, including KNN classifier optimizing automatically the distance measure and the number of voting neighbors, and dedicated to imbalanced data RIONIDA with multidimensional self-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. For more information visit https://rseslib.mimuw.edu.pl.

The project is built with Java Development Kit and Maven. The following command will build rseslib-<version>.jar and copy other needed libraries to Maven target directory:

mvn package

Rseslib can be used in the following ways:

1. Java library

Rseslib 3 algorithms provide a brief list of algorithms available in the project and Rseslib User Guide is the main source of information how to use Rseslib components within Java code.

2. Command line

Rseslib includes command-line programs evaluating attributes, computing reducts or rules or running experiments with Rseslib classifiers. See the chapter Command line programs in Rseslib User Guide for information how to run them. While starting a program, add weka jar version 3.8.x to classpath to make it work on ARFF data files, for example:

java -cp rseslib.jar:weka.jar rseslib.example.ComputeReducts data/iris.arff iris.reducts

3. WEKA platform

4 selected classifiers (Rough Set based, K Nearest Neighbors, K Nearest Neighbors with Local Metric Induction, and RIONIDA) are available in WEKA. See the chapter WEKA in Rseslib User Guide for information how to install the Rseslib package using WEKA package manager and where to find Rseslib classifiers in WEKA catalog.

4. QMAK

QMAK is a GUI tool included in Rseslib. 5-minute video demonstrating the tool is available at QMAK website. The simplest way to run QMAK is to download the package from the website, unpack it and run qmak.sh (on Linux) or qmak.bat (on Windows). See the chapter QMAK: Interaction wit classifers and their visualization in Rseslib User Guide and Help in the main menu of the appliction for information how to use the tool. If you run QMAK from the source add jcommon-0.9.6.jar, jfreechart-0.9.21.jar and weka jar version 3.8.x to classpath, for example:

java -cp jcommon-0.9.6.jar:jfreechart-0.9.21.jar:weka.jar:rseslib.jar rseslib.qmak.QmakMain

5. Simple Grid Manager

Simple Grid Manager is a tool included in Rseslib for running experiments with Rseslib classifiers on many computers or cores. See the chapter SGM: Computing many experiments on many computers/cores in Rseslib User Guide for information how to configure experiments and run the tool.

About

Rough set and machine learning data structures, algorithms and tools, including algorithms for discernibility matrix, reducts, decision rules, classification (RoughSet, KNN, RIONIDA, AQ15, C4.5, SVM, NeuralNetwork and many others), discretization (1R, Entropy Minimization, ChiMerge, MD), and tool for interactive and explainable machine learning.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •  

Languages