;;;; Author: Steve Wolfman ;;;; File: loader.lsp ;; Change the following path to match the path to your files (defvar *dectree-path*) (setf *dectree-path* "C:\\allegro\\steve\\") (load (concatenate-strings *dectree-path* "dectree.lsp")) (load (concatenate-strings *dectree-path* "data-points.lsp")) (load (concatenate-strings *dectree-path* "feature-fns.lsp")) (load (concatenate-strings *dectree-path* "features.lsp")) (load (concatenate-strings *dectree-path* "rundectree.lsp")) (load (concatenate-strings *dectree-path* "dectree-viz.lsp"))