What is the role of Laplace smoothing? Create a decision tree from the following data set using ID3 as attribute selection approach.
| Object | A1 | A2 | Class |
|---|---|---|---|
| 1 | T | T | C1 |
| 2 | T | T | C1 |
| 3 | T | F | C2 |
| 4 | F | F | C1 |
| 5 | F | T | C2 |
| 6 | F | T | C2 |
This question doesn't have any answer. Please request admin for answer or submit your own answer.
Submit Answer