aaClassify     Simple, self-contained classification with tdmClassifyLoop on task 'iris'
aaRegression   Simple, self-contained regression with tdmRegressLoop on task 'iris'
demo00sonar    TDMR, level 1: Simple TDMR classification on task 'Sonar' (one run / no tuning)
demo01cpu      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_A  TDMR, level 3: same as demo03sonar, just showing the code of tdmExecSpotStep explicitely
demo03sonar_B  TDMR, level 3: same as demo03sonar, but with parameters for a longer tuning run
demo04cpu      TDMR, level 3: Tuning for TDMR regression task 'cpu' (multiple runs / short tuning)
demo05visMeta  Interactive visualization of RES data frames generated by demo04cpu and their metamodels
demo06ROCR     Visualization of classification results using package ROCR 
demo07cma_j    Tuning demo for tuner cma_j (CMAES, Java version through rCMA, runs on all platforms) 
demo08parallel Demo for parallel execution (4 experiments of type demo03sonar on 4 cores)  
