Which of the following statements is not true about decision trees?
Group of answer choices
At each node, the algorithm computes the reduction in error from every possible split on every feature
Initially, all training data are grouped into the same partition
The algorithm stops when the reduction in error falls below a threshold
At each node, the algorithm selects the split giving the greatest reduction in error