; CSCI 4150 Intro. to AI, Fall 2005 ; Assignment 6 ; (load "a6code") ; don't change these lines! ; Problem 3 ; (define (learn-dtree training-data attribute-names) 'your-procedure-here) ; Problem 4 ; (define (missing-learn-dtree training-data attribute-names) 'your-procedure-here) ; Problem 5 ; ; note that this procedure should return a procedure ; see the assignment 6 information page for more details. ; (define (create-binary-discretization c-attribute values training-data attribute-names) 'your-procedure-here)