object pattern match problem
Rete: A Fast Algorithm for the Many Pattern/Many Object Pattern Match Problem
The Rete Match Algorithm is an efficient method for comparing a large collection of patterns to a large collection of objects. It finds all the objects that match each pattern. The algorithm was developed for use in production system interpreters, and it has been used for systems containing from a few hundred to more than a thousand patterns and objects. This article presents the algorithm in detail. It explains the basic concepts of the algorithm, it describes pattern and object representations that are appropriate for the algorithm, and it describes the operations performed by the pattern matcher.
Technology:
- Information Technology > Artificial Intelligence > Machine Learning > Pattern Recognition (0.80)
- Information Technology > Artificial Intelligence > Cognitive Science > Problem Solving (0.80)
- Information Technology > Artificial Intelligence > Representation & Reasoning > Rule-Based Reasoning (0.70)
- Information Technology > Artificial Intelligence > Representation & Reasoning > Expert Systems (0.70)