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
ca498ac2
Commit
ca498ac2
authored
Jul 18, 2014
by
Davis King
Browse files
Just removed double __ from the inclusion guard names.
parent
7ce265f5
Changes
306
Hide whitespace changes
Inline
Side-by-side
Showing
20 changed files
with
60 additions
and
60 deletions
+60
-60
dlib/svm/assignment_function.h
dlib/svm/assignment_function.h
+3
-3
dlib/svm/assignment_function_abstract.h
dlib/svm/assignment_function_abstract.h
+3
-3
dlib/svm/cross_validate_assignment_trainer.h
dlib/svm/cross_validate_assignment_trainer.h
+3
-3
dlib/svm/cross_validate_assignment_trainer_abstract.h
dlib/svm/cross_validate_assignment_trainer_abstract.h
+3
-3
dlib/svm/cross_validate_graph_labeling_trainer.h
dlib/svm/cross_validate_graph_labeling_trainer.h
+3
-3
dlib/svm/cross_validate_graph_labeling_trainer_abstract.h
dlib/svm/cross_validate_graph_labeling_trainer_abstract.h
+3
-3
dlib/svm/cross_validate_multiclass_trainer.h
dlib/svm/cross_validate_multiclass_trainer.h
+3
-3
dlib/svm/cross_validate_multiclass_trainer_abstract.h
dlib/svm/cross_validate_multiclass_trainer_abstract.h
+3
-3
dlib/svm/cross_validate_object_detection_trainer.h
dlib/svm/cross_validate_object_detection_trainer.h
+3
-3
dlib/svm/cross_validate_object_detection_trainer_abstract.h
dlib/svm/cross_validate_object_detection_trainer_abstract.h
+3
-3
dlib/svm/cross_validate_regression_trainer.h
dlib/svm/cross_validate_regression_trainer.h
+3
-3
dlib/svm/cross_validate_regression_trainer_abstract.h
dlib/svm/cross_validate_regression_trainer_abstract.h
+3
-3
dlib/svm/cross_validate_sequence_labeler.h
dlib/svm/cross_validate_sequence_labeler.h
+3
-3
dlib/svm/cross_validate_sequence_labeler_abstract.h
dlib/svm/cross_validate_sequence_labeler_abstract.h
+3
-3
dlib/svm/cross_validate_sequence_segmenter.h
dlib/svm/cross_validate_sequence_segmenter.h
+3
-3
dlib/svm/cross_validate_sequence_segmenter_abstract.h
dlib/svm/cross_validate_sequence_segmenter_abstract.h
+3
-3
dlib/svm/cross_validate_track_association_trainer.h
dlib/svm/cross_validate_track_association_trainer.h
+3
-3
dlib/svm/cross_validate_track_association_trainer_abstract.h
dlib/svm/cross_validate_track_association_trainer_abstract.h
+3
-3
dlib/svm/krr_trainer.h
dlib/svm/krr_trainer.h
+3
-3
dlib/svm/krr_trainer_abstract.h
dlib/svm/krr_trainer_abstract.h
+3
-3
No files found.
dlib/svm/assignment_function.h
View file @
ca498ac2
// Copyright (C) 2011 Davis E. King (davis@dlib.net)
// License: Boost Software License See LICENSE.txt for the full license.
#ifndef DLIB_ASSIGNMENT_FuNCTION_H
_
_
#define DLIB_ASSIGNMENT_FuNCTION_H
_
_
#ifndef DLIB_ASSIGNMENT_FuNCTION_H
h
_
#define DLIB_ASSIGNMENT_FuNCTION_H
h
_
#include "assignment_function_abstract.h"
#include "../matrix.h"
...
...
@@ -251,5 +251,5 @@ namespace dlib
}
#endif // DLIB_ASSIGNMENT_FuNCTION_H
_
_
#endif // DLIB_ASSIGNMENT_FuNCTION_H
h
_
dlib/svm/assignment_function_abstract.h
View file @
ca498ac2
// Copyright (C) 2011 Davis E. King (davis@dlib.net)
// License: Boost Software License See LICENSE.txt for the full license.
#undef DLIB_ASSIGNMENT_FuNCTION_ABSTRACT_H
_
_
#ifdef DLIB_ASSIGNMENT_FuNCTION_ABSTRACT_H
_
_
#undef DLIB_ASSIGNMENT_FuNCTION_ABSTRACT_H
h
_
#ifdef DLIB_ASSIGNMENT_FuNCTION_ABSTRACT_H
h
_
#include <vector>
#include "../optimization/max_cost_assignment_abstract.h"
...
...
@@ -338,5 +338,5 @@ namespace dlib
}
#endif // DLIB_ASSIGNMENT_FuNCTION_ABSTRACT_H
_
_
#endif // DLIB_ASSIGNMENT_FuNCTION_ABSTRACT_H
h
_
dlib/svm/cross_validate_assignment_trainer.h
View file @
ca498ac2
// Copyright (C) 2011 Davis E. King (davis@dlib.net)
// License: Boost Software License See LICENSE.txt for the full license.
#ifndef DLIB_CROSS_VALIDATE_ASSiGNEMNT_TRAINER_H
_
_
#define DLIB_CROSS_VALIDATE_ASSiGNEMNT_TRAINER_H
_
_
#ifndef DLIB_CROSS_VALIDATE_ASSiGNEMNT_TRAINER_H
h
_
#define DLIB_CROSS_VALIDATE_ASSiGNEMNT_TRAINER_H
h
_
#include "cross_validate_assignment_trainer_abstract.h"
#include <vector>
...
...
@@ -177,5 +177,5 @@ namespace dlib
}
#endif // DLIB_CROSS_VALIDATE_ASSiGNEMNT_TRAINER_H
_
_
#endif // DLIB_CROSS_VALIDATE_ASSiGNEMNT_TRAINER_H
h
_
dlib/svm/cross_validate_assignment_trainer_abstract.h
View file @
ca498ac2
// Copyright (C) 2011 Davis E. King (davis@dlib.net)
// License: Boost Software License See LICENSE.txt for the full license.
#undef DLIB_CROSS_VALIDATE_ASSiGNEMNT_TRAINER_ABSTRACT_H
_
_
#ifdef DLIB_CROSS_VALIDATE_ASSiGNEMNT_TRAINER_ABSTRACT_H
_
_
#undef DLIB_CROSS_VALIDATE_ASSiGNEMNT_TRAINER_ABSTRACT_H
h
_
#ifdef DLIB_CROSS_VALIDATE_ASSiGNEMNT_TRAINER_ABSTRACT_H
h
_
#include <vector>
#include "../matrix.h"
...
...
@@ -64,6 +64,6 @@ namespace dlib
}
#endif // DLIB_CROSS_VALIDATE_ASSiGNEMNT_TRAINER_ABSTRACT_H
_
_
#endif // DLIB_CROSS_VALIDATE_ASSiGNEMNT_TRAINER_ABSTRACT_H
h
_
dlib/svm/cross_validate_graph_labeling_trainer.h
View file @
ca498ac2
// Copyright (C) 2012 Davis E. King (davis@dlib.net)
// License: Boost Software License See LICENSE.txt for the full license.
#ifndef DLIB_CROSS_VALIDATE_GRAPh_LABELING_TRAINER_H
_
_
#define DLIB_CROSS_VALIDATE_GRAPh_LABELING_TRAINER_H
_
_
#ifndef DLIB_CROSS_VALIDATE_GRAPh_LABELING_TRAINER_H
h
_
#define DLIB_CROSS_VALIDATE_GRAPh_LABELING_TRAINER_H
h
_
#include "../array.h"
#include "../graph_cuts/min_cut.h"
...
...
@@ -253,6 +253,6 @@ namespace dlib
}
#endif // DLIB_CROSS_VALIDATE_GRAPh_LABELING_TRAINER_H
_
_
#endif // DLIB_CROSS_VALIDATE_GRAPh_LABELING_TRAINER_H
h
_
dlib/svm/cross_validate_graph_labeling_trainer_abstract.h
View file @
ca498ac2
// Copyright (C) 2012 Davis E. King (davis@dlib.net)
// License: Boost Software License See LICENSE.txt for the full license.
#undef DLIB_CROSS_VALIDATE_GRAPh_LABELING_TRAINER_ABSTRACT_H
_
_
#ifdef DLIB_CROSS_VALIDATE_GRAPh_LABELING_TRAINER_ABSTRACT_H
_
_
#undef DLIB_CROSS_VALIDATE_GRAPh_LABELING_TRAINER_ABSTRACT_H
h
_
#ifdef DLIB_CROSS_VALIDATE_GRAPh_LABELING_TRAINER_ABSTRACT_H
h
_
#include "../array/array_kernel_abstract.h"
#include <vector>
...
...
@@ -141,7 +141,7 @@ namespace dlib
}
#endif // DLIB_CROSS_VALIDATE_GRAPh_LABELING_TRAINER_ABSTRACT_H
_
_
#endif // DLIB_CROSS_VALIDATE_GRAPh_LABELING_TRAINER_ABSTRACT_H
h
_
dlib/svm/cross_validate_multiclass_trainer.h
View file @
ca498ac2
// Copyright (C) 2010 Davis E. King (davis@dlib.net)
// License: Boost Software License See LICENSE.txt for the full license.
#ifndef DLIB_CROSS_VALIDATE_MULTICLASS_TRaINER_H
_
_
#define DLIB_CROSS_VALIDATE_MULTICLASS_TRaINER_H
_
_
#ifndef DLIB_CROSS_VALIDATE_MULTICLASS_TRaINER_H
h
_
#define DLIB_CROSS_VALIDATE_MULTICLASS_TRaINER_H
h
_
#include <vector>
#include "../matrix.h"
...
...
@@ -204,5 +204,5 @@ namespace dlib
// ----------------------------------------------------------------------------------------
#endif // DLIB_CROSS_VALIDATE_MULTICLASS_TRaINER_H
_
_
#endif // DLIB_CROSS_VALIDATE_MULTICLASS_TRaINER_H
h
_
dlib/svm/cross_validate_multiclass_trainer_abstract.h
View file @
ca498ac2
// Copyright (C) 2010 Davis E. King (davis@dlib.net)
// License: Boost Software License See LICENSE.txt for the full license.
#undef DLIB_CROSS_VALIDATE_MULTICLASS_TRaINER_ABSTRACT_H
_
_
#ifdef DLIB_CROSS_VALIDATE_MULTICLASS_TRaINER_ABSTRACT_H
_
_
#undef DLIB_CROSS_VALIDATE_MULTICLASS_TRaINER_ABSTRACT_H
h
_
#ifdef DLIB_CROSS_VALIDATE_MULTICLASS_TRaINER_ABSTRACT_H
h
_
#include <vector>
#include "../matrix.h"
...
...
@@ -94,6 +94,6 @@ namespace dlib
// ----------------------------------------------------------------------------------------
#endif // DLIB_CROSS_VALIDATE_MULTICLASS_TRaINER_ABSTRACT_H
_
_
#endif // DLIB_CROSS_VALIDATE_MULTICLASS_TRaINER_ABSTRACT_H
h
_
dlib/svm/cross_validate_object_detection_trainer.h
View file @
ca498ac2
// Copyright (C) 2011 Davis E. King (davis@dlib.net)
// License: Boost Software License See LICENSE.txt for the full license.
#ifndef DLIB_CROSS_VALIDATE_OBJECT_DETECTION_TRaINER_H
_
_
#define DLIB_CROSS_VALIDATE_OBJECT_DETECTION_TRaINER_H
_
_
#ifndef DLIB_CROSS_VALIDATE_OBJECT_DETECTION_TRaINER_H
h
_
#define DLIB_CROSS_VALIDATE_OBJECT_DETECTION_TRaINER_H
h
_
#include "cross_validate_object_detection_trainer_abstract.h"
#include <vector>
...
...
@@ -413,5 +413,5 @@ namespace dlib
}
#endif // DLIB_CROSS_VALIDATE_OBJECT_DETECTION_TRaINER_H
_
_
#endif // DLIB_CROSS_VALIDATE_OBJECT_DETECTION_TRaINER_H
h
_
dlib/svm/cross_validate_object_detection_trainer_abstract.h
View file @
ca498ac2
// Copyright (C) 2011 Davis E. King (davis@dlib.net)
// License: Boost Software License See LICENSE.txt for the full license.
#undef DLIB_CROSS_VALIDATE_OBJECT_DETECTION_TRaINER_ABSTRACT_H
_
_
#ifdef DLIB_CROSS_VALIDATE_OBJECT_DETECTION_TRaINER_ABSTRACT_H
_
_
#undef DLIB_CROSS_VALIDATE_OBJECT_DETECTION_TRaINER_ABSTRACT_H
h
_
#ifdef DLIB_CROSS_VALIDATE_OBJECT_DETECTION_TRaINER_ABSTRACT_H
h
_
#include <vector>
#include "../matrix.h"
...
...
@@ -232,6 +232,6 @@ namespace dlib
}
#endif // DLIB_CROSS_VALIDATE_OBJECT_DETECTION_TRaINER_ABSTRACT_H
_
_
#endif // DLIB_CROSS_VALIDATE_OBJECT_DETECTION_TRaINER_ABSTRACT_H
h
_
dlib/svm/cross_validate_regression_trainer.h
View file @
ca498ac2
// Copyright (C) 2010 Davis E. King (davis@dlib.net)
// License: Boost Software License See LICENSE.txt for the full license.
#ifndef DLIB_CROSS_VALIDATE_REGRESSION_TRaINER_H
_
_
#define DLIB_CROSS_VALIDATE_REGRESSION_TRaINER_H
_
_
#ifndef DLIB_CROSS_VALIDATE_REGRESSION_TRaINER_H
h
_
#define DLIB_CROSS_VALIDATE_REGRESSION_TRaINER_H
h
_
#include <vector>
#include "../matrix.h"
...
...
@@ -148,6 +148,6 @@ namespace dlib
// ----------------------------------------------------------------------------------------
#endif // DLIB_CROSS_VALIDATE_REGRESSION_TRaINER_H
_
_
#endif // DLIB_CROSS_VALIDATE_REGRESSION_TRaINER_H
h
_
dlib/svm/cross_validate_regression_trainer_abstract.h
View file @
ca498ac2
// Copyright (C) 2010 Davis E. King (davis@dlib.net)
// License: Boost Software License See LICENSE.txt for the full license.
#undef DLIB_CROSS_VALIDATE_REGRESSION_TRaINER_ABSTRACT_H
_
_
#ifdef DLIB_CROSS_VALIDATE_REGRESSION_TRaINER_ABSTRACT_H
_
_
#undef DLIB_CROSS_VALIDATE_REGRESSION_TRaINER_ABSTRACT_H
h
_
#ifdef DLIB_CROSS_VALIDATE_REGRESSION_TRaINER_ABSTRACT_H
h
_
#include <vector>
#include "../matrix.h"
...
...
@@ -72,7 +72,7 @@ namespace dlib
// ----------------------------------------------------------------------------------------
#endif // DLIB_CROSS_VALIDATE_REGRESSION_TRaINER_ABSTRACT_H
_
_
#endif // DLIB_CROSS_VALIDATE_REGRESSION_TRaINER_ABSTRACT_H
h
_
dlib/svm/cross_validate_sequence_labeler.h
View file @
ca498ac2
// Copyright (C) 2011 Davis E. King (davis@dlib.net)
// License: Boost Software License See LICENSE.txt for the full license.
#ifndef DLIB_CROSS_VALIDATE_SEQUENCE_LABeLER_H
_
_
#define DLIB_CROSS_VALIDATE_SEQUENCE_LABeLER_H
_
_
#ifndef DLIB_CROSS_VALIDATE_SEQUENCE_LABeLER_H
h
_
#define DLIB_CROSS_VALIDATE_SEQUENCE_LABeLER_H
h
_
#include "cross_validate_sequence_labeler_abstract.h"
#include <vector>
...
...
@@ -147,6 +147,6 @@ namespace dlib
}
#endif // DLIB_CROSS_VALIDATE_SEQUENCE_LABeLER_H
_
_
#endif // DLIB_CROSS_VALIDATE_SEQUENCE_LABeLER_H
h
_
dlib/svm/cross_validate_sequence_labeler_abstract.h
View file @
ca498ac2
// Copyright (C) 2011 Davis E. King (davis@dlib.net)
// License: Boost Software License See LICENSE.txt for the full license.
#undef DLIB_CROSS_VALIDATE_SEQUENCE_LABeLER_ABSTRACT_H
_
_
#ifdef DLIB_CROSS_VALIDATE_SEQUENCE_LABeLER_ABSTRACT_H
_
_
#undef DLIB_CROSS_VALIDATE_SEQUENCE_LABeLER_ABSTRACT_H
h
_
#ifdef DLIB_CROSS_VALIDATE_SEQUENCE_LABeLER_ABSTRACT_H
h
_
#include <vector>
#include "../matrix.h"
...
...
@@ -77,7 +77,7 @@ namespace dlib
}
#endif // DLIB_CROSS_VALIDATE_SEQUENCE_LABeLER_ABSTRACT_H
_
_
#endif // DLIB_CROSS_VALIDATE_SEQUENCE_LABeLER_ABSTRACT_H
h
_
dlib/svm/cross_validate_sequence_segmenter.h
View file @
ca498ac2
// Copyright (C) 2013 Davis E. King (davis@dlib.net)
// License: Boost Software License See LICENSE.txt for the full license.
#ifndef DLIB_CROSS_VALIDATE_SEQUENCE_sEGMENTER_H
_
_
#define DLIB_CROSS_VALIDATE_SEQUENCE_sEGMENTER_H
_
_
#ifndef DLIB_CROSS_VALIDATE_SEQUENCE_sEGMENTER_H
h
_
#define DLIB_CROSS_VALIDATE_SEQUENCE_sEGMENTER_H
h
_
#include "cross_validate_sequence_segmenter_abstract.h"
#include "sequence_segmenter.h"
...
...
@@ -182,6 +182,6 @@ namespace dlib
}
#endif // DLIB_CROSS_VALIDATE_SEQUENCE_sEGMENTER_H
_
_
#endif // DLIB_CROSS_VALIDATE_SEQUENCE_sEGMENTER_H
h
_
dlib/svm/cross_validate_sequence_segmenter_abstract.h
View file @
ca498ac2
// Copyright (C) 2013 Davis E. King (davis@dlib.net)
// License: Boost Software License See LICENSE.txt for the full license.
#undef DLIB_CROSS_VALIDATE_SEQUENCE_sEGMENTER_ABSTRACT_H
_
_
#ifdef DLIB_CROSS_VALIDATE_SEQUENCE_sEGMENTER_ABSTRACT_H
_
_
#undef DLIB_CROSS_VALIDATE_SEQUENCE_sEGMENTER_ABSTRACT_H
h
_
#ifdef DLIB_CROSS_VALIDATE_SEQUENCE_sEGMENTER_ABSTRACT_H
h
_
#include "sequence_segmenter_abstract.h"
#include "../matrix.h"
...
...
@@ -76,5 +76,5 @@ namespace dlib
}
#endif // DLIB_CROSS_VALIDATE_SEQUENCE_sEGMENTER_ABSTRACT_H
_
_
#endif // DLIB_CROSS_VALIDATE_SEQUENCE_sEGMENTER_ABSTRACT_H
h
_
dlib/svm/cross_validate_track_association_trainer.h
View file @
ca498ac2
// Copyright (C) 2014 Davis E. King (davis@dlib.net)
// License: Boost Software License See LICENSE.txt for the full license.
#ifndef DLIB_CROSS_VALIDATE_TRACK_ASSOCIATION_TrAINER_H
_
_
#define DLIB_CROSS_VALIDATE_TRACK_ASSOCIATION_TrAINER_H
_
_
#ifndef DLIB_CROSS_VALIDATE_TRACK_ASSOCIATION_TrAINER_H
h
_
#define DLIB_CROSS_VALIDATE_TRACK_ASSOCIATION_TrAINER_H
h
_
#include "cross_validate_track_association_trainer_abstract.h"
#include "structural_track_association_trainer.h"
...
...
@@ -158,6 +158,6 @@ namespace dlib
}
#endif // DLIB_CROSS_VALIDATE_TRACK_ASSOCIATION_TrAINER_H
_
_
#endif // DLIB_CROSS_VALIDATE_TRACK_ASSOCIATION_TrAINER_H
h
_
dlib/svm/cross_validate_track_association_trainer_abstract.h
View file @
ca498ac2
// Copyright (C) 2014 Davis E. King (davis@dlib.net)
// License: Boost Software License See LICENSE.txt for the full license.
#undef DLIB_CROSS_VALIDATE_TRACK_ASSOCIATION_TrAINER_ABSTRACT_H
_
_
#ifdef DLIB_CROSS_VALIDATE_TRACK_ASSOCIATION_TrAINER_ABSTRACT_H
_
_
#undef DLIB_CROSS_VALIDATE_TRACK_ASSOCIATION_TrAINER_ABSTRACT_H
h
_
#ifdef DLIB_CROSS_VALIDATE_TRACK_ASSOCIATION_TrAINER_ABSTRACT_H
h
_
#include "structural_track_association_trainer_abstract.h"
#include "svm_abstract.h"
...
...
@@ -64,6 +64,6 @@ namespace dlib
}
#endif // DLIB_CROSS_VALIDATE_TRACK_ASSOCIATION_TrAINER_ABSTRACT_H
_
_
#endif // DLIB_CROSS_VALIDATE_TRACK_ASSOCIATION_TrAINER_ABSTRACT_H
h
_
dlib/svm/krr_trainer.h
View file @
ca498ac2
// Copyright (C) 2010 Davis E. King (davis@dlib.net)
// License: Boost Software License See LICENSE.txt for the full license.
#ifndef DLIB_KRR_TRAInER_H
_
_
#define DLIB_KRR_TRAInER_H
_
_
#ifndef DLIB_KRR_TRAInER_H
h
_
#define DLIB_KRR_TRAInER_H
h
_
#include "../algs.h"
#include "function.h"
...
...
@@ -363,6 +363,6 @@ namespace dlib
}
#endif // DLIB_KRR_TRAInER_H
_
_
#endif // DLIB_KRR_TRAInER_H
h
_
dlib/svm/krr_trainer_abstract.h
View file @
ca498ac2
// Copyright (C) 2010 Davis E. King (davis@dlib.net)
// License: Boost Software License See LICENSE.txt for the full license.
#undef DLIB_KRR_TRAInER_ABSTRACT_H
_
_
#ifdef DLIB_KRR_TRAInER_ABSTRACT_H
_
_
#undef DLIB_KRR_TRAInER_ABSTRACT_H
h
_
#ifdef DLIB_KRR_TRAInER_ABSTRACT_H
h
_
#include "../algs.h"
#include "function_abstract.h"
...
...
@@ -318,5 +318,5 @@ namespace dlib
}
#endif // DLIB_KRR_TRAInER_ABSTRACT_H
_
_
#endif // DLIB_KRR_TRAInER_ABSTRACT_H
h
_
Prev
1
…
7
8
9
10
11
12
13
14
15
16
Next
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