A Space Efficient Solution to the Frequent String Mining Problem for Many Databases
Abstract
In the frequent string mining problem, one is given m databases ${\cal D}_1,...,{\cal D}_m$ of strings and searches for strings that fulfill certain frequency constraints. The constraints consist of m pairs of thresholds $(\mathit{minf}_1,\mathit{maxf}_1),$ $...,(\mathit{minf}_m,\mathit{maxf}_m)$ and one wants to find all strings φ that satisfy $\mathit{minf}_i \le \mathit{freq}(\phi, {\cal D}_i) \le \mathit{maxf}_i$ for all i with 1 ≤ i ≤ m , where $\mathit{freq}(\phi,\mathcal{D}_i) = |\{ \psi \in \mathcal{D}_i : \phi \mbox{ is a substring of } \psi \}|$ . Fischer et al. [2] presented an algorithm that solves the frequent string mining problem in linear time under the assumption that the number of databases is treated as a constant. The space consumption of this algorithm, however, is proportional to the total size of all databases. We improve this algorithm in such a way that its space consumption is proportional to the size of the largest database, and it takes linear time regardless of the number of databases. Also, our algorithm is more flexible in the sense that one of several databases can be replaced without having to recalculate everything, that is, intermediate data can be stored on file and be reused.
Cite
Text
Kügel and Ohlebusch. "A Space Efficient Solution to the Frequent String Mining Problem for Many Databases." European Conference on Machine Learning and Principles and Practice of Knowledge Discovery in Databases, 2008. doi:10.1007/978-3-540-87479-9_14Markdown
[Kügel and Ohlebusch. "A Space Efficient Solution to the Frequent String Mining Problem for Many Databases." European Conference on Machine Learning and Principles and Practice of Knowledge Discovery in Databases, 2008.](https://mlanthology.org/ecmlpkdd/2008/kugel2008ecmlpkdd-space/) doi:10.1007/978-3-540-87479-9_14BibTeX
@inproceedings{kugel2008ecmlpkdd-space,
title = {{A Space Efficient Solution to the Frequent String Mining Problem for Many Databases}},
author = {Kügel, Adrian and Ohlebusch, Enno},
booktitle = {European Conference on Machine Learning and Principles and Practice of Knowledge Discovery in Databases},
year = {2008},
pages = {16},
doi = {10.1007/978-3-540-87479-9_14},
url = {https://mlanthology.org/ecmlpkdd/2008/kugel2008ecmlpkdd-space/}
}