Chapter 7Introduction to CLIPS.ppt

  1. 1、原创力文档(book118)网站文档一经付费(服务费),不意味着购买了该文档的版权,仅供个人/单位学习、研究之用,不得用于商业用途,未经授权,严禁复制、发行、汇编、翻译或者网络传播等,侵权必究。。
  2. 2、本站所有内容均由合作方或网友上传,本站不对文档的完整性、权威性及其观点立场正确性做任何保证或承诺!文档内容仅供研究参考,付费前请自行鉴别。如您付费,意味着您自己接受本站规则且自行承担风险,本站不退款、不进行额外附加服务;查看《如何避免下载的几个坑》。如果您已付费下载过本站文档,您可以点击 这里二次下载
  3. 3、如文档侵犯商业秘密、侵犯著作权、侵犯人身权等,请点击“版权申诉”(推荐),也可以打举报电话:400-050-0827(电话支持时间:9:00-18:30)。
查看更多
Chapter 7Introduction to CLIPS.ppt

Expert Systems: Principles and Programming, Fourth Edition Chapter 7: Introduction to CLIPS Expert Systems: Principles and Programming, Fourth Edition What is CLIPS? CLIPS is a multiparadigm programming language that provides support for: Rule-based Object-oriented Procedural programming Syntactically, CLIPS resembles: Eclipse CLIPS/R2 JESS Other CLIPS Characteristics CLIPS supports only forward-chaining rules. The OOP capabilities of CLIPS are referred to as CLIPS Object-Oriented Language COOL . The procedural language capabilities of CLIPS are similar to languages such as: C Ada Pascal Lisp CLIPS Characteristics CLIPS is an acronym for C Language Integrated Production System. CLIPS was designed using the C language at the NASA/Johnson Space Center. CLIPS is portable – PC ? CRAY. CLIPS Notation Symbols other than those delimited by , [ ], or should be typed exactly as shown. [ ] mean the contents are optional and mean that a replacement is to be made. * following a description means that the description can be replaced by zero or more occurrences of the specified value. CLIPS Notation Descriptions followed by + mean that one or more values specified by description should be used in place of the syntax description. A vertical bar | indicates a choice among one or more of the items separated by the bars. Fields To build a knowledge base, CLIPS must read input from keyboard / files to execute commands and load programs. During the execution process, CLIPS groups symbols together into tokens – groups of characters that have the same meaning. A field is a special type of token of which there are 8 types. Numeric Fields The floats and integers make up the numeric fields – simply numbers. Integers have only a sign and digits. Floats have a decimal and possibly “e” for scientific notation. Symbol Fields Symbols begin with printable ASCII characters followed by zero or more characters, followed by a delimiter. CLIPS is case sensitive. String Fields Strings must

文档评论(0)

gshbzl + 关注
实名认证
内容提供者

该用户很懒,什么也没介绍

1亿VIP精品文档

相关文档