clarified spec

This commit is contained in:
Davis King 2016-11-27 13:24:16 -05:00
parent 68fb08b16d
commit 845adbd1d7

View File

@ -120,6 +120,7 @@ namespace dlib
clustering. This routine uses a combination of bottom up clustering and a clustering. This routine uses a combination of bottom up clustering and a
simple greedy scan to try and find the most compact set of ranges that simple greedy scan to try and find the most compact set of ranges that
contain all the values in x. contain all the values in x.
- This routine has approximately linear runtime.
- Every value in x will be contained inside one of the returned snl_range - Every value in x will be contained inside one of the returned snl_range
objects; objects;
- All returned snl_range object's will have a width() <= max_range_width and - All returned snl_range object's will have a width() <= max_range_width and