demo00-0classif  	Simple, self-contained classification with tdmClassifyLoop on task 'iris'
demo00-1regress 	Simple, self-contained regression with tdmRegressLoop on task 'iris'
demo01-1sonar 	  TDMR, level 1: Simple TDMR classification on task 'Sonar' (one run / no tuning)
demo01-2cpu    	  TDMR, level 1: Simple TDMR regression on task 'cpu' (one run / no tuning)
demo02sonar    	  TDMR, level 2: SPOT tuning for 'Sonar' 
demo03sonar    	  TDMR, level 3: Tuning for TDMR classification task 'Sonar' (multiple runs / short tuning)
demo03sonar_B  	  TDMR, level 3: Same as demo03sonar, but with parameters for a longer tuning run
demo03newdata	    TDMR, level 3: Apply the result of demo03sonar to new data (redo training on new data with best-tuned parameters)
demo03newpredict  TDMR, level 3: Apply the result of demo03sonar to new data (use last trained model in envT)
demo04cpu      	  TDMR, level 3: Tuning for TDMR regression task 'cpu' (multiple runs / short tuning)
demo05ROCR     	  Visualization of classification results using package ROCR 
demo06cma_j    	  Tuning demo for tuner cma_j (CMAES, Java version through rCMA, runs on all platforms) 
demo07parallel 	  Demo for parallel execution (8 experiments of type demo03sonar on 4 cores)  
