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
848c3015
Commit
848c3015
authored
May 13, 2013
by
Davis King
Browse files
Clarified spec
parent
62c8d3ee
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
13 additions
and
13 deletions
+13
-13
dlib/svm/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
...
@@ -111,17 +111,17 @@ namespace dlib
0] /
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:
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 > If current label is B
0 /
0 /
ZI(x,i-1) \
ZI(x,i) > If current label is I
ZI(x,i+1) /
0 \
0 \
0 > If current label is O
0 > If current label is I
0 /
0 /
ZI(x,i-1) \
ZI(x,i) > If current label is O
ZI(x,i+1) /
0 \
0 \
0 > If previous label is B and current label is B
0 > If previous label is B and current label is B
...
@@ -139,16 +139,16 @@ namespace dlib
...
@@ -139,16 +139,16 @@ namespace dlib
0 \
0 \
0 > If previous label is I and current label is I
0 > If previous label is I and current label is I
0 /
0 /
0
\
ZI(x,i-1)
\
0
> If previous label is I and current label is O
ZI(x,i)
> If previous label is I and current label is O
0
/
ZI(x,i+1)
/
0 \
0 \
0 > If previous label is O and current label is B
0 > If previous label is O and current label is B
0 /
0 /
ZI(x,i-1)
\
0
\
ZI(x,i)
> If previous label is O and current label is I
0
> If previous label is O and current label is I
ZI(x,i+1)
/
0
/
0 \
0 \
0 > If previous label is O and current label is O
0 > If previous label is O and current label is O
0] /
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