DOCAPI-7460: Added link to algorithm.

This commit is contained in:
BayoNet 2019-07-31 08:55:10 +03:00
parent 221ab6a04f
commit bd493727b6

View File

@ -10,6 +10,8 @@ Calculates a histogram.
histogram(number_of_bins)(values)
```
The functions uses [A Streaming Parallel Decision Tree Algorithm](http://jmlr.org/papers/volume11/ben-haim10a/ben-haim10a.pdf). It calculates the borders of histogram bins automatically, and in common case the widths of bins are not equal.
**Parameters**
`number_of_bins` — Number of bins for the histogram.