If we have a rule which says: If a player has less than 10 goals, he is average player and if the goals exceed 10, he is a star player . Player A is first an average player but later when his goals cross the digit 10, he is a star player but the problem is it still shows the the player in average class.
I know rules are non monotonic, but is there any way in which we can (in one way or other) replace the old data with existing when the rule fires? If there is no way, it means we should not use rules but a simple if/then rules? Thank you.
