• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

.github/H07-Mar-2018-4214

doc/H07-Mar-2018-8,3677,836

orangecontrib/H07-Mar-2018-132,559132,016

.gitignoreH A D07-Mar-2018198 2320

MANIFEST.inH A D07-Mar-2018132 43

README.mdH A D07-Mar-2018778 2918

setup.pyH A D07-Mar-20181.8 KiB5742

README.md

1Orange3 Data Fusion
2===================
3
4This is a data fusion add-on for [Orange3](http://orange.biolab.si). Add-on
5wraps [scikit-fusion](http://github.com/marinkaz/scikit-fusion), a Python library for
6data fusion, and implements a set of widgets for loading of the data, definition of
7data fusion schema, collective matrix factorization and exploration of latent factors.
8
9Installation
10------------
11
12To install the add-on, run
13
14    python setup.py install
15
16To register this add-on with Orange, but keep the code in the development
17directory (do not copy it to Python's site-packages directory), run
18
19    python setup.py develop
20
21Usage
22-----
23
24Run Orange from the terminal by
25
26    python -m Orange.canvas
27
28Data fusion widgets are in the toolbox bar under Data Fusion section.
29