This differs from bincount in that the result it returns is a SparseVector.
The internal implementation of this could probably be significantly sped
up by avoiding the use of counter. Then again, in sparse situations it's
still a lot faster than using bincount.
A breeze.generic.UFunc for counting bins.
This differs from bincount in that the result it returns is a SparseVector. The internal implementation of this could probably be significantly sped up by avoiding the use of counter. Then again, in sparse situations it's still a lot faster than using bincount.