Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
OpenDAS
dlib
Commits
845adbd1
Commit
845adbd1
authored
Nov 27, 2016
by
Davis King
Browse files
clarified spec
parent
68fb08b1
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
0 deletions
+1
-0
dlib/clustering/bottom_up_cluster_abstract.h
dlib/clustering/bottom_up_cluster_abstract.h
+1
-0
No files found.
dlib/clustering/bottom_up_cluster_abstract.h
View file @
845adbd1
...
@@ -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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment