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
66530f86
Commit
66530f86
authored
May 18, 2013
by
Davis King
Browse files
Clarified spec
parent
af7aa127
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
10 deletions
+8
-10
dlib/svm/svm_abstract.h
dlib/svm/svm_abstract.h
+8
-10
No files found.
dlib/svm/svm_abstract.h
View file @
66530f86
...
...
@@ -99,11 +99,9 @@ namespace dlib
certain types of sub-sequences (e.g. proper names).
- returns true if all of the following are true and false otherwise:
- is_learning_problem(samples, segments) == true
- for all valid i:
- for all valid j:
- We interpret segments[i][j] as defining a half open range
starting with segments[i][j].first and ending just before
segments[i][j].second.
- for all valid i and j:
- We interpret segments[i][j] as defining a half open range starting
with segments[i][j].first and ending just before segments[i][j].second.
- segments[i][j].first < segments[i][j].second
- segments[i][j].second <= samples[i].size()
(i.e. Each segment must be contained within its associated sequence)
...
...
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