Skip to content

bsm/histogram

Repository files navigation

Histogram

Build Status GoDoc

Fast Go implementation of Ben-Haim's and Yom-Tov's streaming histogram algorithm, as described in their A Streaming Parallel Decision Tree Algorithm (2010, PDF) paper.

Documentation

Please see the API documentation for package and API descriptions and examples.

Credits