Lab 3 Marking Scheme
- Showing it to lab supervisor.
- Explain the Decision Tree
- Handle root node
- Handle left sub branch
- Handle all the branches
- Symmetric Rule
- Transitive Rule
- Your own symmetric and transitive rules
- A good explanation of when you would use a decision tree.
- A good explanation of when you use symmetric and transitive functions