Skip to content

uricamic/shogun

This branch is 8189 commits behind shogun-toolbox/shogun:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

af1733e · Jul 4, 2012
May 16, 2012
Jun 9, 2012
Jun 16, 2012
Jul 3, 2012
Jul 4, 2012
Apr 7, 2012
Jun 29, 2012
Mar 25, 2011
Dec 12, 2011
Dec 2, 2011

Repository files navigation

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                                                |
+==================+===========================================================+
|python_modular    | mature (no known problems)                                |
|octave_modular    | mature (no known problems)                                |
|java_modular      | beta quality - not all examples are ported and working    |
|lua_modular       | alpha work in progress quality - some examples work       |
|ruby_modular      | pre-alpha work in progress quality - proof-of-concept only|
|csharp_modular    | pre-alpha work in progress quality - proof-of-concept only|
|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)

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C++ 67.2%
  • C 11.3%
  • Python 9.8%
  • Objective-C 2.3%
  • Shell 2.0%
  • R 1.9%
  • Other 5.5%