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
fcfafe67
Commit
fcfafe67
authored
Oct 30, 2011
by
Davis King
Browse files
Made this object inherit from noncopyable
parent
cc118abc
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
dlib/svm/structural_svm_sequence_labeling_problem.h
dlib/svm/structural_svm_sequence_labeling_problem.h
+1
-1
dlib/svm/structural_svm_sequence_labeling_problem_abstract.h
dlib/svm/structural_svm_sequence_labeling_problem_abstract.h
+1
-1
No files found.
dlib/svm/structural_svm_sequence_labeling_problem.h
View file @
fcfafe67
...
@@ -64,7 +64,7 @@ namespace dlib
...
@@ -64,7 +64,7 @@ namespace dlib
template
<
template
<
typename
feature_extractor
typename
feature_extractor
>
>
class
structural_svm_sequence_labeling_problem
:
class
structural_svm_sequence_labeling_problem
:
noncopyable
,
public
structural_svm_problem_threaded
<
matrix
<
double
,
0
,
1
>
,
std
::
vector
<
std
::
pair
<
unsigned
long
,
double
>
>
>
public
structural_svm_problem_threaded
<
matrix
<
double
,
0
,
1
>
,
std
::
vector
<
std
::
pair
<
unsigned
long
,
double
>
>
>
{
{
public:
public:
...
...
dlib/svm/structural_svm_sequence_labeling_problem_abstract.h
View file @
fcfafe67
...
@@ -18,7 +18,7 @@ namespace dlib
...
@@ -18,7 +18,7 @@ namespace dlib
template
<
template
<
typename
feature_extractor
typename
feature_extractor
>
>
class
structural_svm_sequence_labeling_problem
:
class
structural_svm_sequence_labeling_problem
:
noncopyable
,
public
structural_svm_problem_threaded
<
matrix
<
double
,
0
,
1
>
,
public
structural_svm_problem_threaded
<
matrix
<
double
,
0
,
1
>
,
std
::
vector
<
std
::
pair
<
unsigned
long
,
double
>
>
>
std
::
vector
<
std
::
pair
<
unsigned
long
,
double
>
>
>
{
{
...
...
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