orico / shogun

The Shogun Machine Learning Toolbox (Source Code)

Home Page:http://www.shogun-toolbox.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.)           |
|java_modular      | pre-alpha work in progress quality - proof-of-concept only|
|ruby_modular      | pre-alpha work in progress quality - proof-of-concept only|
|lua_modular       | pre-alpha work in progress quality - proof-of-concept only|
|csharp_modular    | pre-alpha work in progress quality - proof-of-concept only|
+==================+===========================================================+

Visit src/README and http://www.shogun-toolbox.org/doc for further information.

About

The Shogun Machine Learning Toolbox (Source Code)

http://www.shogun-toolbox.org


Languages

Language:C++ 70.9%Language:Python 11.1%Language:MATLAB 5.0%Language:C# 2.9%Language:R 2.6%Language:Shell 2.4%Language:C 2.3%Language:Java 2.2%Language:Objective-C 0.4%Language:Lua 0.1%Language:Ruby 0.0%