forked from shogun-toolbox/shogun
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathREADME
39 lines (35 loc) · 2.4 KB
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
Explanation of directory content
================================
README - this file
Makefile - to create release archives
src - shogun source code
doc - documentation (to be built using doxygen)
examples - example files for all interfaces
applications - applications of shogun
testsuite - the shogun test suite
The following table depicts the status of each interface available in shogun:
+==================+===========================================================+
| interface | status |
+==================+===========================================================+
|matlab_and_octave | mature (no known problems) |
|python | mature (no known problems) |
|r | mature (no known problems) |
|libshogun | mature (no known problems) |
|libshogunui | mature (no known problems, only required for static |
| | interfaces) |
|cmdline | stable but some data types incomplete |
| | |
|elwms | this is the eierlegendewollmilchsau interface, a chimera |
| | that in one file interfaces with python,octave,r,matlab |
| | and provides the run_python command to run code in python |
| | using the in octave,r,matlab available variables, etc) |
+------------------+-----------------------------------------------------------+
|python-modular | mature (no known problems) |
|octave-modular | beta (although all of the features work stably, octave |
| | will crash when exiting (a known bug in octave) |
|r-modular | pre-alpha quality (swig does not properly handle reference|
| | counting and thus only for the brave: |
| | --disable-reference-counting to get it to work, but beware|
| | that it will leak memory; disabled by default.) |
+==================+===========================================================+
Visit src/README and http://www.shogun-toolbox.org/doc for further information.