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

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)                                |
|cmdline           | alpha quality (some data types incomplete)                |
+------------------+-----------------------------------------------------------+
|python-modular    | mature (no known problems)                                |
|octave-modular    | quite mature (no known problems but very new)             |
|r-modular         | beta quality (leaking memory)                             |
|libshogun         | currently experimental (no known problems, but interface  |
|                  | subject to change)                                        |
+==================+===========================================================+

Visit src/README for further information.
