#Initialize SELECTed features to nil
#For each class in the cfg file
  #Make it TAR3's Best class
  #Run TAR3 with the following settings:
    #randomTrials = 50
    #futileTrials = 5
    #maxSize = # of attributes/10
    #granularity = 5
    #maxNumber = 10
    #bestClass = 20%
  #Add attributes from the received treatment to the SELECTed features list
#End-For
#Do Column Removal based on attributes in SELECTed features list
#Run Crossval on original and pruned datasets,