home *** CD-ROM | disk | FTP | other *** search
/ Liren Large Software Subsidy 9 / 09.iso / l / l217 / 2.ddi / PROGRAMS / GENI.HLP < prev    next >
Encoding:
Text File  |  1990-03-26  |  682 b   |  20 lines

  1.  This is a small example on how to create a classification expert-system in
  2.  PDC Prolog.
  3.  
  4.  Animals are classified in different categories which are further
  5.  specified. One can come from one category to another if a number of
  6.  conditions are fulfilled.
  7.  
  8.  Please understand this is an example not a finished expert system
  9.  development tool.  
  10.  
  11.  For more information on working with GENI please refer to Appendix H
  12.  in the Reference Guide.  
  13.  
  14.  Note:  At the prompt to update, enter a ? and an example will be
  15.         shown.
  16.  
  17.         "NOT" is a predicate.  The condition "not is a fast car" will
  18.         fail if "is a fast car" has been asserted into the database.
  19.  
  20.