SHOGUN  v3.0.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Examples for Static Matlab(tm) and Octave Interface

This page lists ready to run shogun examples for the Static Matlab(tm) and Octave interface.

To run the examples issue

octave name_of_example.m

or start up matlab or octave and then type

name_of_example

Note that you have to make sure that the sg.oct or sg.mexglx (name varies with architecture) has to be in the matlab/octave path. This can be achieved using the addpath command:

addpath /path/to/octave

respectively

addpath /path/to/matlab

Finally note that for non-root installations you will have to make sure that libshogun and libshogun ui can be found by the dynamic linker, e.g. you will need to set:

LD_LIBRARY_PATH=path/to/libshogun:path/to/libshogunui

before starting matlab.

Classifier

Clustering

Distance

Distribution

Features

Kernel

Misc

Mkl

Preproc

Regression

Structure


SHOGUN Machine Learning Toolbox - Documentation