Answer:
.a. Decision Trees
Step-by-step explanation:
Decision Trees (DTs) are predictive modeling approaches used in machine learning and artificial intelligence to make decisions(if else) in a tree like model. Decision trees observes and learns from data to conclude on item values. It learns decision rules from data to predict values for items based on prior data. The deeper the tree, the more complex the decision rules.