Jonah H. Harris

Results 2 issues of Jonah H. Harris

Currently, `write_indicators()` iterates the vector of nearest neighbors using the index as the `for_item`, which is incorrect. While the ordering of operations in `indicators()` _should_ ensure `items_to_rescore` is ordered by...

I noticed a number of warnings when compiling this and figured I'd put together a quick fix. While betree_sub_t is a typedef of uint64_t, I added a PRIbst variant so...