open-discussion > Source code provide?
Showing 1-2 of 2 posts
Display:
Results per page:
Nov 24, 2014  08:11 AM | wang yuhan
Source code provide?
Sorry for Disturbing again.
My master's thesis need SVM procedure, start from raw data, parameter setting , training, estimating.  I need  the code as a reference and transform in MATLAB.
If it is possible, could you provide code or part of code for me?


yuhanwang
Nov 27, 2014  06:11 PM | Neuroinformatics Support
RE: Source code provide?
Dear Wang,

We truly appreciate your interest in our software.

You can download the code from https://github.com/InstitutoDOr/FriendEN...
The files are:
svmfuncs.cpp: contains the functions that transform a volume to a vector that will be used on the prediction or on the classification phase.
svmobj.cpp: transforms the svm-train and svm-predict commands (https://github.com/cjlin1/libsvm) in methods of a object for utilization within the libBrainDecoding plugin in FRIEND.

However, to save your time and avoid programming effort, we recommend using the Matlab and Octave interface that according to  the website (http://www.csie.ntu.edu.tw/~cjlin/libsvm...) is already included in the libSVM package.

Best regards
FRIEND team