<div class="csl-bib-body">
<div class="csl-entry">Kobourov, S., Löffler, M., Montecchiani, F., Pilipczuk, M., Rutter, I., Seidel, R., Sorge, M., & Wulms, J. (2025). The influence of dimensions on the complexity of computing decision trees. <i>Artificial Intelligence</i>, <i>343</i>, Article 104322. https://doi.org/10.1016/j.artint.2025.104322</div>
</div>
-
dc.identifier.issn
0004-3702
-
dc.identifier.uri
http://hdl.handle.net/20.500.12708/224961
-
dc.description.abstract
A decision tree recursively splits a feature space R<sup>d</sup> and then assigns class labels based on the resulting partition. Decision trees have been part of the basic machine-learning toolkit for decades. A large body of work considers heuristic algorithms that compute a decision tree from training data, usually aiming to minimize in particular the size of the resulting tree. In contrast, little is known about the complexity of the underlying computational problem of computing a minimum-size tree for the given training data. We study this problem with respect to the number d of dimensions of the feature space R<sup>d</sup>, which contains n training examples. We show that it can be solved in O(n<sup>2d+1</sup>) time, but under reasonable complexity-theoretic assumptions it is not possible to achieve f(d)⋅n<sup>o(d/logd)</sup> running time. The problem is solvable in (dR)<sup>O(dR)</sup>⋅n<sup>1+o(1)</sup> time if there are exactly two classes and R is an upper bound on the number of tree leaves labeled with the first class.
en
dc.language.iso
en
-
dc.publisher
ELSEVIER
-
dc.relation.ispartof
Artificial Intelligence
-
dc.subject
Decision trees
en
dc.subject
Machine learning
en
dc.subject
Parameterized complexity
en
dc.title
The influence of dimensions on the complexity of computing decision trees