; Your name here ; CSCI 4150 Intro. to AI, Fall 2002 ; Assignment 6 ; (load "a6code") (load "a6data") ; Problem 2 ; ; (define (learn-dtree training-data attribute-names) ; your procedure here ) ; Problem 3 ; ; (define (chi^2-learn-dtree training-data attribute-names) ; your procedure here ) ; Problem 5 --- bonus problem ; ; ;(define (discretize-attribute training-data attribute-names attribute)