Skip to content

Commit

Permalink
fixing typos and revert to svr_regression
Browse files Browse the repository at this point in the history
  • Loading branch information
ppletscher committed May 30, 2013
1 parent df45ab0 commit 8caad56
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions src/INSTALL
Expand Up @@ -6,8 +6,8 @@ On most platforms (Linux,MacOSX,cygwin) it is sufficient to issue
make
sudo make install

which will build the shogun standalone version cmdline_static, and following
shogun interfaces: r_static, matlab_static, python_static,
which will build the shogun standalone version cmdline_static, and the
following shogun interfaces: r_static, matlab_static, python_static,
octave_static and octave_modular, python_modular, r_modular, java_modular
and csharp_modular. Finally it will also install shogun.

Expand Down Expand Up @@ -83,7 +83,7 @@ make

a shogun executable can be found in interfaces/cmdline_static

In order to the test the shogun standalone binary, you can run the following
In order to test the shogun standalone binary, you can run the following
commands from the project root directory:

cd examples/documented/cmdline_static
Expand All @@ -104,8 +104,8 @@ sudo make install
a sg.oct file should be created. as a test start octave in the
examples/documented/octave_static/ directory and type

addpath('../../../src/interfaces/octave_static/')
kernel_chi2
addpath('../../../src/interfaces/octave_static/graphical')
svr_regression

matlab
======
Expand All @@ -123,8 +123,8 @@ a sg.mexglx (or sg.mexa64 or sg.mexmac etc file should be created in
interfaces/matlab_static/). As a test start matlab in the
examples/documented/matlab_static directory and type

addpath('../../../src/interfaces/matlab_static')
kernel_chi2
addpath('../../../src/interfaces/matlab_static/graphical')
svr_regression

For permanent use you could add the following line to your matlab/startup.m

Expand Down Expand Up @@ -160,10 +160,10 @@ then do a
make

A sg.so file should be created in the src/interfaces/python_static directory:
To test whether it is working change to examples/documented/python_static and
run:
To test whether it is working change to examples/documented/python_static/graphical
and run:

PYTHONPATH=path_to_shogun/src/interfaces/python_static/ python kernel_chi2.py
PYTHONPATH=path_to_shogun/src/interfaces/python_static/ python svm_classification.py

eierlegendewollmichsau (elwms) interface
========================================
Expand Down

0 comments on commit 8caad56

Please sign in to comment.