Mercurial > hg > scatter_reeval
view load_files.m @ 4:a1f6a08f624c tip
Completed version 0.0.2
author | Francisco Rodriguez Algarra <f.rodriguezalgarra@qmul.ac.uk> |
---|---|
date | Tue, 03 Nov 2015 21:24:41 +0000 |
parents | |
children |
line wrap: on
line source
% Modify the following variables to include the locations % of the libraries and the dataset in your own system scatnet_path = [pwd, '/../libraries/scatnet-0.2/']; libsvm_compact_path = [pwd, '/../libraries/libsvm-compact-0.1/']; gtzan_path = '/import/c4dm-datasets/gtzan/'; fprintf('\n**********\nAdding the necessary folders to Matlab path\n**********\n'); run([scatnet_path, 'addpath_scatnet.m']); addpath([libsvm_compact_path, 'matlab']); mfilepath=fileparts(which(mfilename)); addpath(fullfile(mfilepath,'reeval/experiments/')); addpath(fullfile(mfilepath,'reeval/folds/')); addpath(fullfile(mfilepath,'reeval/classification/')); addpath(fullfile(mfilepath,'reeval/features/'));