Skip to content

alesis/shogun

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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                                                |
+==================+===========================================================+
|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)

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C++ 75.1%
  • Python 11.9%
  • MATLAB 5.5%
  • R 2.8%
  • Shell 2.6%
  • C 1.6%
  • Other 0.5%