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
fcfafe67
Commit
fcfafe67
authored
Oct 30, 2011
by
Davis King
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Made this object inherit from noncopyable
parent
cc118abc
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
structural_svm_sequence_labeling_problem.h
dlib/svm/structural_svm_sequence_labeling_problem.h
+1
-1
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