Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in
Toggle navigation
D
dlib
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
钟尚武
dlib
Commits
848c3015
Commit
848c3015
authored
May 13, 2013
by
Davis King
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Clarified spec
parent
62c8d3ee
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
13 additions
and
13 deletions
+13
-13
sequence_segmenter_abstract.h
dlib/svm/sequence_segmenter_abstract.h
+13
-13
No files found.
dlib/svm/sequence_segmenter_abstract.h
View file @
848c3015
...
...
@@ -111,17 +111,17 @@ namespace dlib
0] /
If the previous label is
O and the current label is I
and we use a window
If the previous label is
I and the current label is O
and we use a window
size of 3 then XI() would be instantiated as:
XI(x,
O, I
, i) = [0 \
XI(x,
I, O
, i) = [0 \
0 > If current label is B
0 /
ZI(x,i-1) \
ZI(x,i) > If current label is I
ZI(x,i+1) /
0 \
0 > If current label is O
0 /
0 > If current label is I
0 /
ZI(x,i-1) \
ZI(x,i) > If current label is O
ZI(x,i+1) /
0 \
0 > If previous label is B and current label is B
...
...
@@ -139,16 +139,16 @@ namespace dlib
0 \
0 > If previous label is I and current label is I
0 /
0
\
0
> If previous label is I and current label is O
0
/
ZI(x,i-1)
\
ZI(x,i)
> If previous label is I and current label is O
ZI(x,i+1)
/
0 \
0 > If previous label is O and current label is B
0 /
ZI(x,i-1)
\
ZI(x,i)
> If previous label is O and current label is I
ZI(x,i+1)
/
0
\
0
> If previous label is O and current label is I
0
/
0 \
0 > If previous label is O and current label is O
0] /
...
...
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