Adapting ADtrees for High Arity Features
Abstract
ADtrees, a data structure useful for caching sufficient statistics, have been successfully adapted to grow lazily when memory is limited and to update sequentially with an incrementally updated dataset. For low arity sym-bolic features, ADtrees trade a slight increase in query time for a reduction in overall tree size. Unfortunately, for high arity features, the same technique can often re-sult in a very large increase in query time and a nearly negligible tree size reduction. In the dynamic (lazy) version of the tree, both query time and tree size can increase for some applications. Here we present two modifications to the ADtree which can be used sepa-rately or in combination to achieve the originally in-tended space-time tradeoff in the ADtree when applied to datasets containing very high arity features.
Cite
Text
Van Dam et al. "Adapting ADtrees for High Arity Features." AAAI Conference on Artificial Intelligence, 2008.Markdown
[Van Dam et al. "Adapting ADtrees for High Arity Features." AAAI Conference on Artificial Intelligence, 2008.](https://mlanthology.org/aaai/2008/dam2008aaai-adapting/)BibTeX
@inproceedings{dam2008aaai-adapting,
title = {{Adapting ADtrees for High Arity Features}},
author = {Van Dam, Robert and Langkilde-Geary, Irene and Ventura, Dan},
booktitle = {AAAI Conference on Artificial Intelligence},
year = {2008},
pages = {708-713},
url = {https://mlanthology.org/aaai/2008/dam2008aaai-adapting/}
}