ADTREE CODE TUTORIAL (c) 1998, The Auton Lab. Andrew W. Moore (awm@cs.cmu.edu, phone 412-268-7599, www.cs.cmu.edu/~awm) This very simple tutorial is by means of an example use of the software. The main text you will see is just what appeared on the screen during an example use of the program. The heavily indented text (like this) are commentary on what was going on during the example. The example was based on the dataset realmpg.csv, which you should be able to find in the same place as this tutorial. I TYPE: adtree This is a data mining program. (c) 1997, 1998, The AUTON Laboratory. Usage: ./adtree [default_real {true|false}] [ignore_missing {true|false}] If you just run the program without any arguments you simply get the above message. Instead you need to put a filename after the executable name. For example... I TYPE: adtree realmpg.csv Welcome to the AUTON ADTREE DEMONSTRATION (c) 1997, 1998, The AUTON Laboratory Andrew W. Moore (awm@cs.cmu.edu), http://www.cs.cmu.edu/~AUTON Type help if you're new to this. Type quit to finish. Loading dataset (slow ASCII format) from realmpg.csv... Datset load (pass 1) loaded 16 lines Datset load (pass 1) loaded 256 lines Datset load (pass 2) loaded 16 lines Datset load (pass 2) loaded 256 lines ..loaded At this point you get the following prompt, which you will see after each command executes: AUTON> So, in this example I type the command "help"... AUTON> help inputs : Define which attributes are to be used as inputs output : Define which attribute is to be used as output add : Add to the set of inputs ignore : Remove from the set of inputs maketree [rmin ] [maxmegs ] : Build the adtree. show : Display current inputs and outputs, and speed. speed {fast|slow} : fast => use adtree for counting. slow => don't. table : Display the contingency table for the current set of inputs. matrix : Display joint contingency table between inputs and output. features [numatts ] : Find best set of features. marginals [numatts ] : find and save best -way correlations. rules [numatts n] [numrules n] [support n] [sigtest y|n]: Rule Finder. net [iters ] [ordered {true|false}] : Learn a Bayes Net. brief: Give a brief listing of details of each attribute. info : Give detailed attribute information. symbolize