deerishi / 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
data         - shogun data sets (required for some examples / applications -
               these need to be downloaded separately via the download site or
               git submodule update --init from the root of the git checkout
doc          - documentation (to be built using doxygen)
examples     - example files for all interfaces
applications - applications of shogun
testsuite    - the shogun test suite

Current build status of master: http://shogun-toolbox.org/buildbot/waterfall
Travis CI checks https://travis-ci.org/shogun-toolbox/shogun


The following table depicts the status of each interface available in shogun:

+==================+===========================================================+
|    interface     |     status                                                |
+==================+===========================================================+
|python_modular    | mature (no known problems)                                |
|octave_modular    | mature (no known problems)                                |
|java_modular      | stable (no known problems; not all examples are ported)   |
|ruby_modular      | stable (no known problems; only few examples ported)      |
|csharp_modular    | stable (no known problems; not all examples are ported)   |
|lua_modular       | alpha (some examples work, string typemaps are unstable   |
|perl_modular      | pre-alpha work in progress quality                        |
|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.)           |
+------------------+-----------------------------------------------------------+
|octave_static     | mature (no known problems)                                |
|matlab_static     | mature (no known problems)                                |
|python_static     | mature (no known problems)                                |
|r_static          | mature (no known problems)                                |
|libshogun_static  | mature (no known problems)                                |
|cmdline_static    | stable but some data types incomplete                     |
|                  |                                                           |
|elwms_static      | 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)    |
+==================+===========================================================+

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

About

The Shogun Machine Learning Toolbox (Source Code)

http://www.shogun-toolbox.org


Languages

Language:C++ 69.7%Language:C 11.2%Language:Python 9.7%Language:MATLAB 3.6%Language:R 1.7%Language:Java 1.5%Language:C# 1.1%Language:Perl 0.5%Language:Shell 0.3%Language:Ruby 0.3%Language:JavaScript 0.2%Language:Lua 0.2%Language:Objective-C 0.0%Language:Prolog 0.0%