SDRDPy is an application designed for graphically visualizing knowledge obtained through supervised descriptive rule algorithms.
The required version of Windows is 10 or later, and it is only for 64-bit devices. It is a lightweight tool, so a powerful RAM and CPU are not necessary.
To learn how to install the application, click here.
To understand how to use the application, click here.
To discover how to include new algorithms in the application, click here.
- In the "assets" folder, you'll find the logo and the image used in the application.
- The Windows executable is located in
Executable Windowsfor using the application on Windows. - The
lectura_ficherosdirectory includes the .py files that read the rule files of the corresponding algorithm with the same name. - Different user manuals are stored in the
Manualsdirectory. - Implementation of various screens in the
screensdirectory. - General implementations for the entire application, such as rule evaluation, constants, style, and the rule class, can be found in the
utilsdirectory. - The
main.pyfile initiates the application. - The
Manager.pyfile handles window transitions within the application.