Topic: Decision tree learning
Definition
Decision tree learning is a type of learning method
which we apply for approximating definite valued
target variables.
We represent the learned variable with the help of a
decision tree.
Another learning method
Decision trees can also be re-represented as
sets of if-then rules to improve human
readability.
Examples for the use of decision tree
learning
You may learn to diagnose medical cases by decision
tree learning and learning through sets of if-then rules.
And
If you are an accountant, you can analyse the credit risk
of loan applicants through these methods.
For more information:
https://writermahar.blogspot.com/p/the-
decision-tree-learning.html

Decision tree learning