| 释义 |
rulebased system 基于规则的系统 A system that consists of a set of antecedentconsequent rules, a database and an executive. The rules are conditional statements that describe how to modify the database when certain patterns are recognized in the data. The executive looks after pattern matching, monitoring database changes, deciding which rule should be executed next and performance of the execution. 一种由一系列先行推理规则、数据库及执行机构组成的系统。这些规则是条件语句,描述一旦数据中某种模式被确认时如何 修改数据库。执行机构监督模式匹配情况,监测数据库的变化,判断下一步该执行的规则及 执行情况等。 参阅database, expert systems。 |