English

Estimating the pattern frequency spectrum inside the browser

Databases 2014-10-01 v2

Abstract

We present a browser application for estimating the number of frequent patterns, in particular itemsets, as well as the pattern frequency spectrum. The pattern frequency spectrum is defined as the function that shows for every value of the frequency threshold σ\sigma the number of patterns that are frequent in a given dataset. Our demo implements a recent algorithm proposed by the authors for finding the spectrum. The demo is 100% JavaScript, and runs in all modern browsers. We observe that modern JavaScript engines can deliver performance that makes it viable to run non-trivial data analysis algorithms in browser applications.

Keywords

Cite

@article{arxiv.1409.7311,
  title  = {Estimating the pattern frequency spectrum inside the browser},
  author = {Matthijs van Leeuwen and Antti Ukkonen},
  journal= {arXiv preprint arXiv:1409.7311},
  year   = {2014}
}
R2 v1 2026-06-22T06:05:53.157Z