Expert Systems vs. Decision Trees
There is a rule used by Expert Systems experts:
If: There is a known algorithm to solve
a problem,
Then: Use it.
So, if a decision tree will work for your problem, by all
means use one.
The trouble is that decision trees work only for a relatively
small class of problems, where:
- All needed data can be obtained with certainty.
- Data are discrete (Boolean or one of a fixed set of choices).
- The structure of the problem is known and is fixed.
- The problem can be ``factored'' well, preferably many times.
- There is a single conclusion for each set of data.
Contents
Page-10
Prev
Next
Page+10
Index