Mercurial > hg > scatter_reeval
diff scatter_reeval.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 | 06a2a18a3960 |
children |
line wrap: on
line diff
--- a/scatter_reeval.m Wed Oct 28 16:19:45 2015 +0000 +++ b/scatter_reeval.m Tue Nov 03 21:24:41 2015 +0000 @@ -1,26 +1,9 @@ -% 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/'; +load_files; global results_dir; results_dir = [pwd, '/../results_reeval/']; -% - -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/')); - fprintf('\n**********\nSTARTING TO RUN EXPERIMENTS\n**********\n'); global src;