What is CBR
CBR means "Case Based Reasoning" and is a technique to find solutions to problems by reusing knowledge in the form of previously stored experiences. It is suitable when it is impossible, difficult or expensive to define exact rules. In principle it is very simple:
- Define what attributes are relevant for the current problem domain
- Gather experience - store attribute values for known cases
- When a new problem arises, find the "closest" match of the stored cases
Example: Yet to be
Links: