benjamintd / gaussian-mixture

Implements a Gaussian Mixture model in JavaScript

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add some methods to work with histograms rather than arrays of data

benjamintd opened this issue · comments

When data volumes are too big, it makes more sense to store them in histograms rather than arrays. It could make computations cheaper, too.