;;; -*- Syntax: Common-lisp; Mode: LISP; Package: USER; Base: 10 -*- ; ;****************************************************************************** ; ; AUTOCLASS II - Automatic Classification of Data ; ; Authors : Peter Cheeseman - RIACS - Research Institute for Advanced ; Computer Science ; Matthew Self - Sterling Software ; ; John Stutz - RIA - Artificial Intelligence Research Branch ; ; William Taylor - Sterling Software ; ; Address : MS 244-20, NASA Ames Research Center, Moffett Field, CA 94035 ; ; Phone : (415) 694-3364 - FTS 464-3364 ; ; Arpanet : taylor@pluto.arc.nasa.gov ; ; Environment : Common Lisp ; ; Revision History : 11 Jan 88 - original released version - 30D ; 15 Aug 88 - revised version - 30E ; ;****************************************************************************** ; ; File : load-it.lisp ; ; Description : Loads compiled functions for use by ; ; NON-GRAPHICAL USER INTERFACE ; ;****************************************************************************** ; (load "cha:>u>taylor>ui>autoclass-x>nograph-ui>globals.bin") (load "cha:>u>taylor>ui>autoclass-x>nograph-ui>display-partition.bin") (load "cha:>u>taylor>ui>autoclass-x>nograph-ui>metrics-pane.bin") (load "cha:>u>taylor>ui>autoclass-x>nograph-ui>data-mods.bin")