Expert Systems/What is Knowledge?
Knowledge
editRules
editRules are structured as "if"/"then" rules as follows:
IF X THEN Y
Here, X is known as the antecedent and Y is known as the consequent. The antecedent represents a series of requirements, and if those requirements are satisfied, then the actions in the consequent are performed.