Checkout
Start free trial
Take Naologic for a spin today, no credit card needed and no obligations.
Start free trial
Question

Decision Tree Learning - What is decision tree learning?

Answer

Using a greedy search to determine the optimal split points inside a tree, decision tree learning employs a divide-and-conquer strategy. This sorting out of records into their respective classes is then done repeatedly in a recursive, top-down way until the process is complete or almost complete.