Skip to content

Latest commit

 

History

History
14 lines (8 loc) · 699 Bytes

README.md

File metadata and controls

14 lines (8 loc) · 699 Bytes

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