Commit 845adbd1 authored by Davis King's avatar Davis King

clarified spec

parent 68fb08b1
...@@ -120,6 +120,7 @@ namespace dlib ...@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment