Skip to content

Add-on desenvolvido para o Orange, contendo a técnica de projeção multidimensional Least Square Projection (LSP).

Notifications You must be signed in to change notification settings

SherlonAlmeida/Orange3-VICG-USP-Add-on

Repository files navigation

Orange3 VICG-USP Add-on

This is an add-on for Orange3. In this add-on you will find a widget of Least Square Projection (LSP). The code inside the widget is from the mppy library, implemented by Thiago Henrique.

Installation

To install the add-on, run

pip install .

To register this add-on with Orange, but keep the code in the development directory (do not copy it to Python's site-packages directory), run

pip install -e .

Usage

After the installation, the widget from this add-on is registered with Orange. To run Orange from the terminal, use

python -m Orange.canvas

The new widget appears in the toolbox bar.

In the Workflows directory there are some examples.

screenshot

About

Add-on desenvolvido para o Orange, contendo a técnica de projeção multidimensional Least Square Projection (LSP).

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages