Estimating the pattern frequency spectrum inside the browser
Matthijs van Leeuwen, Antti Ukkonen

TL;DR
This paper introduces a fully browser-based JavaScript application that estimates the pattern frequency spectrum in datasets, demonstrating that modern browsers can handle complex data analysis tasks efficiently.
Contribution
The authors present a novel JavaScript implementation of a pattern spectrum estimation algorithm that runs entirely in the browser, enabling accessible data analysis without server dependencies.
Findings
JavaScript engines can perform complex data analysis tasks efficiently.
The browser application accurately estimates pattern frequency spectra.
The approach enables interactive data analysis directly in the browser.
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 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.
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsData Mining Algorithms and Applications · Rough Sets and Fuzzy Logic · Imbalanced Data Classification Techniques
