diff config/SMALL_learn_config.m @ 228:198d4d9cee74 luisf_dev

Now can use a local configuration file, which is a copy of the default config files, and thus not being commited to the repository.
author luisf <luis.figueira@eecs.qmul.ac.uk>
date Thu, 12 Apr 2012 15:06:41 +0100
parents 751fa3bddd30
children
line wrap: on
line diff
--- a/config/SMALL_learn_config.m	Thu Apr 12 14:06:27 2012 +0100
+++ b/config/SMALL_learn_config.m	Thu Apr 12 15:06:41 2012 +0100
@@ -1,7 +1,10 @@
 %% Configuration file used in SMALL_learn
 %
-%   Use this file to change the dictionary learning algorithms in SMALLBox
-%   Please refer to the documentation before editing this file
+%   Please DO NOT use this file to change the dictionary learning algorithms in SMALLBox
+%   If you want to change the dictionary learning algorithms
+%     create a copy of this file named 'SMALL_learn_config_local.m'
+%
+%   Please refer to the documentation for further information
 
 %   Centre for Digital Music, Queen Mary, University of London.
 %   This file copyright 2009 Ivan Damnjanovic.
@@ -73,7 +76,12 @@
         DL.D(:,i)=DL.D(:,i)/norm(DL.D(:,i));
     end
     D = DL.D;
-      
+
+%%    
+%   Please do not make any changes to the 'SMALL_learn_config.m' file
+%   All the changes should be done to your local configuration file
+%    named 'SMALL_learn_config_local.m'
+%
 %   To introduce new dictionary learning technique put the files in
 %   your Matlab path. Next, unique name <TolboxID> for your toolbox needs
 %   to be defined and also prefferd API for toolbox functions <Preffered_API>