f@4: % Modify the following variables to include the locations f@4: % of the libraries and the dataset in your own system f@4: f@4: scatnet_path = [pwd, '/../libraries/scatnet-0.2/']; f@4: libsvm_compact_path = [pwd, '/../libraries/libsvm-compact-0.1/']; f@4: f@4: gtzan_path = '/import/c4dm-datasets/gtzan/'; f@4: f@4: fprintf('\n**********\nAdding the necessary folders to Matlab path\n**********\n'); f@4: run([scatnet_path, 'addpath_scatnet.m']); f@4: addpath([libsvm_compact_path, 'matlab']); f@4: f@4: mfilepath=fileparts(which(mfilename)); f@4: addpath(fullfile(mfilepath,'reeval/experiments/')); f@4: addpath(fullfile(mfilepath,'reeval/folds/')); f@4: addpath(fullfile(mfilepath,'reeval/classification/')); f@4: addpath(fullfile(mfilepath,'reeval/features/'));