********************************************************* DecisionTree Demo - Inducing a DecisionList from the Restaurant DataSet -- here's a complete list of the attributes, in the order used in the cvs file: "alternate", "bar", "fri/sat", "hungry", "patrons", "price", "raining", "reservation", "type", "wait_estimate", "will_wait" ********************************************************* The Induced Decision Tree is ***patrons +Full ***hungry +No DECISION -> No +Yes ***type +Burger DECISION -> Yes +Italian DECISION -> No +Thai ***fri/sat +No DECISION -> No +Yes DECISION -> Yes +French DECISION -> No +None DECISION -> No +Some DECISION -> Yes This Decision Tree classifies the data set with 12 successes and 0 failures