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/structural_svm_distributed_abstract.h
dlib/svm/structural_svm_distributed_abstract.h
+3
-3
dlib/svm/structural_svm_graph_labeling_problem.h
dlib/svm/structural_svm_graph_labeling_problem.h
+3
-3
dlib/svm/structural_svm_graph_labeling_problem_abstract.h
dlib/svm/structural_svm_graph_labeling_problem_abstract.h
+3
-3
dlib/svm/structural_svm_object_detection_problem.h
dlib/svm/structural_svm_object_detection_problem.h
+3
-3
dlib/svm/structural_svm_object_detection_problem_abstract.h
dlib/svm/structural_svm_object_detection_problem_abstract.h
+3
-3
dlib/svm/structural_svm_problem.h
dlib/svm/structural_svm_problem.h
+3
-3
dlib/svm/structural_svm_problem_abstract.h
dlib/svm/structural_svm_problem_abstract.h
+3
-3
dlib/svm/structural_svm_problem_threaded.h
dlib/svm/structural_svm_problem_threaded.h
+3
-3
dlib/svm/structural_svm_problem_threaded_abstract.h
dlib/svm/structural_svm_problem_threaded_abstract.h
+3
-3
dlib/svm/structural_svm_sequence_labeling_problem.h
dlib/svm/structural_svm_sequence_labeling_problem.h
+3
-3
dlib/svm/structural_svm_sequence_labeling_problem_abstract.h
dlib/svm/structural_svm_sequence_labeling_problem_abstract.h
+3
-3
dlib/svm/structural_track_association_trainer.h
dlib/svm/structural_track_association_trainer.h
+3
-3
dlib/svm/structural_track_association_trainer_abstract.h
dlib/svm/structural_track_association_trainer_abstract.h
+3
-3
dlib/svm/svm_c_ekm_trainer.h
dlib/svm/svm_c_ekm_trainer.h
+3
-3
dlib/svm/svm_c_ekm_trainer_abstract.h
dlib/svm/svm_c_ekm_trainer_abstract.h
+3
-3
dlib/svm/svm_c_linear_dcd_trainer.h
dlib/svm/svm_c_linear_dcd_trainer.h
+3
-3
dlib/svm/svm_c_linear_dcd_trainer_abstract.h
dlib/svm/svm_c_linear_dcd_trainer_abstract.h
+3
-3
dlib/svm/svm_c_linear_trainer.h
dlib/svm/svm_c_linear_trainer.h
+3
-3
dlib/svm/svm_c_linear_trainer_abstract.h
dlib/svm/svm_c_linear_trainer_abstract.h
+3
-3
dlib/svm/svm_c_trainer.h
dlib/svm/svm_c_trainer.h
+3
-3
No files found.
dlib/svm/structural_svm_distributed_abstract.h
View file @
ca498ac2
// Copyright (C) 2011 Davis E. King (davis@dlib.net)
// Copyright (C) 2011 Davis E. King (davis@dlib.net)
// License: Boost Software License See LICENSE.txt for the full license.
// License: Boost Software License See LICENSE.txt for the full license.
#undef DLIB_STRUCTURAL_SVM_DISTRIBUTeD_ABSTRACT_H
_
_
#undef DLIB_STRUCTURAL_SVM_DISTRIBUTeD_ABSTRACT_H
h
_
#ifdef DLIB_STRUCTURAL_SVM_DISTRIBUTeD_ABSTRACT_H
_
_
#ifdef DLIB_STRUCTURAL_SVM_DISTRIBUTeD_ABSTRACT_H
h
_
#include "structural_svm_problem_abstract.h"
#include "structural_svm_problem_abstract.h"
...
@@ -335,6 +335,6 @@ namespace dlib
...
@@ -335,6 +335,6 @@ namespace dlib
}
}
#endif // DLIB_STRUCTURAL_SVM_DISTRIBUTeD_ABSTRACT_H
_
_
#endif // DLIB_STRUCTURAL_SVM_DISTRIBUTeD_ABSTRACT_H
h
_
dlib/svm/structural_svm_graph_labeling_problem.h
View file @
ca498ac2
// Copyright (C) 2012 Davis E. King (davis@dlib.net)
// Copyright (C) 2012 Davis E. King (davis@dlib.net)
// License: Boost Software License See LICENSE.txt for the full license.
// License: Boost Software License See LICENSE.txt for the full license.
#ifndef DLIB_STRUCTURAL_SVM_GRAPH_LAbELING_PROBLEM_H
_
_
#ifndef DLIB_STRUCTURAL_SVM_GRAPH_LAbELING_PROBLEM_H
h
_
#define DLIB_STRUCTURAL_SVM_GRAPH_LAbELING_PROBLEM_H
_
_
#define DLIB_STRUCTURAL_SVM_GRAPH_LAbELING_PROBLEM_H
h
_
#include "structural_svm_graph_labeling_problem_abstract.h"
#include "structural_svm_graph_labeling_problem_abstract.h"
...
@@ -537,6 +537,6 @@ namespace dlib
...
@@ -537,6 +537,6 @@ namespace dlib
}
}
#endif // DLIB_STRUCTURAL_SVM_GRAPH_LAbELING_PROBLEM_H
_
_
#endif // DLIB_STRUCTURAL_SVM_GRAPH_LAbELING_PROBLEM_H
h
_
dlib/svm/structural_svm_graph_labeling_problem_abstract.h
View file @
ca498ac2
// Copyright (C) 2012 Davis E. King (davis@dlib.net)
// Copyright (C) 2012 Davis E. King (davis@dlib.net)
// License: Boost Software License See LICENSE.txt for the full license.
// License: Boost Software License See LICENSE.txt for the full license.
#undef DLIB_STRUCTURAL_SVM_GRAPH_LAbELING_PROBLEM_ABSTRACT_H
_
_
#undef DLIB_STRUCTURAL_SVM_GRAPH_LAbELING_PROBLEM_ABSTRACT_H
h
_
#ifdef DLIB_STRUCTURAL_SVM_GRAPH_LAbELING_PROBLEM_ABSTRACT_H
_
_
#ifdef DLIB_STRUCTURAL_SVM_GRAPH_LAbELING_PROBLEM_ABSTRACT_H
h
_
#include "../array/array_kernel_abstract.h"
#include "../array/array_kernel_abstract.h"
#include "../graph/graph_kernel_abstract.h"
#include "../graph/graph_kernel_abstract.h"
...
@@ -242,7 +242,7 @@ namespace dlib
...
@@ -242,7 +242,7 @@ namespace dlib
}
}
#endif // DLIB_STRUCTURAL_SVM_GRAPH_LAbELING_PROBLEM_ABSTRACT_H
_
_
#endif // DLIB_STRUCTURAL_SVM_GRAPH_LAbELING_PROBLEM_ABSTRACT_H
h
_
...
...
dlib/svm/structural_svm_object_detection_problem.h
View file @
ca498ac2
// Copyright (C) 2011 Davis E. King (davis@dlib.net)
// Copyright (C) 2011 Davis E. King (davis@dlib.net)
// License: Boost Software License See LICENSE.txt for the full license.
// License: Boost Software License See LICENSE.txt for the full license.
#ifndef DLIB_STRUCTURAL_SVM_ObJECT_DETECTION_PROBLEM_H
_
_
#ifndef DLIB_STRUCTURAL_SVM_ObJECT_DETECTION_PROBLEM_H
h
_
#define DLIB_STRUCTURAL_SVM_ObJECT_DETECTION_PROBLEM_H
_
_
#define DLIB_STRUCTURAL_SVM_ObJECT_DETECTION_PROBLEM_H
h
_
#include "structural_svm_object_detection_problem_abstract.h"
#include "structural_svm_object_detection_problem_abstract.h"
#include "../matrix.h"
#include "../matrix.h"
...
@@ -533,6 +533,6 @@ namespace dlib
...
@@ -533,6 +533,6 @@ namespace dlib
}
}
#endif // DLIB_STRUCTURAL_SVM_ObJECT_DETECTION_PROBLEM_H
_
_
#endif // DLIB_STRUCTURAL_SVM_ObJECT_DETECTION_PROBLEM_H
h
_
dlib/svm/structural_svm_object_detection_problem_abstract.h
View file @
ca498ac2
// Copyright (C) 2011 Davis E. King (davis@dlib.net)
// Copyright (C) 2011 Davis E. King (davis@dlib.net)
// License: Boost Software License See LICENSE.txt for the full license.
// License: Boost Software License See LICENSE.txt for the full license.
#undef DLIB_STRUCTURAL_SVM_ObJECT_DETECTION_PROBLEM_ABSTRACT_H
_
_
#undef DLIB_STRUCTURAL_SVM_ObJECT_DETECTION_PROBLEM_ABSTRACT_H
h
_
#ifdef DLIB_STRUCTURAL_SVM_ObJECT_DETECTION_PROBLEM_ABSTRACT_H
_
_
#ifdef DLIB_STRUCTURAL_SVM_ObJECT_DETECTION_PROBLEM_ABSTRACT_H
h
_
#include "../matrix.h"
#include "../matrix.h"
#include "structural_svm_problem_threaded_abstract.h"
#include "structural_svm_problem_threaded_abstract.h"
...
@@ -202,7 +202,7 @@ namespace dlib
...
@@ -202,7 +202,7 @@ namespace dlib
}
}
#endif // DLIB_STRUCTURAL_SVM_ObJECT_DETECTION_PROBLEM_ABSTRACT_H
_
_
#endif // DLIB_STRUCTURAL_SVM_ObJECT_DETECTION_PROBLEM_ABSTRACT_H
h
_
dlib/svm/structural_svm_problem.h
View file @
ca498ac2
// Copyright (C) 2011 Davis E. King (davis@dlib.net)
// Copyright (C) 2011 Davis E. King (davis@dlib.net)
// License: Boost Software License See LICENSE.txt for the full license.
// License: Boost Software License See LICENSE.txt for the full license.
#ifndef DLIB_STRUCTURAL_SVM_PRObLEM_H
_
_
#ifndef DLIB_STRUCTURAL_SVM_PRObLEM_H
h
_
#define DLIB_STRUCTURAL_SVM_PRObLEM_H
_
_
#define DLIB_STRUCTURAL_SVM_PRObLEM_H
h
_
#include "structural_svm_problem_abstract.h"
#include "structural_svm_problem_abstract.h"
#include "../algs.h"
#include "../algs.h"
...
@@ -618,5 +618,5 @@ namespace dlib
...
@@ -618,5 +618,5 @@ namespace dlib
}
}
#endif // DLIB_STRUCTURAL_SVM_PRObLEM_H
_
_
#endif // DLIB_STRUCTURAL_SVM_PRObLEM_H
h
_
dlib/svm/structural_svm_problem_abstract.h
View file @
ca498ac2
// Copyright (C) 2011 Davis E. King (davis@dlib.net)
// Copyright (C) 2011 Davis E. King (davis@dlib.net)
// License: Boost Software License See LICENSE.txt for the full license.
// License: Boost Software License See LICENSE.txt for the full license.
#undef DLIB_STRUCTURAL_SVM_PRObLEM_ABSTRACT_H
_
_
#undef DLIB_STRUCTURAL_SVM_PRObLEM_ABSTRACT_H
h
_
#ifdef DLIB_STRUCTURAL_SVM_PRObLEM_ABSTRACT_H
_
_
#ifdef DLIB_STRUCTURAL_SVM_PRObLEM_ABSTRACT_H
h
_
#include "../optimization/optimization_oca_abstract.h"
#include "../optimization/optimization_oca_abstract.h"
#include "sparse_vector_abstract.h"
#include "sparse_vector_abstract.h"
...
@@ -326,6 +326,6 @@ namespace dlib
...
@@ -326,6 +326,6 @@ namespace dlib
}
}
#endif // DLIB_STRUCTURAL_SVM_PRObLEM_ABSTRACT_H
_
_
#endif // DLIB_STRUCTURAL_SVM_PRObLEM_ABSTRACT_H
h
_
dlib/svm/structural_svm_problem_threaded.h
View file @
ca498ac2
// Copyright (C) 2011 Davis E. King (davis@dlib.net)
// Copyright (C) 2011 Davis E. King (davis@dlib.net)
// License: Boost Software License See LICENSE.txt for the full license.
// License: Boost Software License See LICENSE.txt for the full license.
#ifndef DLIB_STRUCTURAL_SVM_PRObLEM_THREADED_H
_
_
#ifndef DLIB_STRUCTURAL_SVM_PRObLEM_THREADED_H
h
_
#define DLIB_STRUCTURAL_SVM_PRObLEM_THREADED_H
_
_
#define DLIB_STRUCTURAL_SVM_PRObLEM_THREADED_H
h
_
#include "structural_svm_problem_threaded_abstract.h"
#include "structural_svm_problem_threaded_abstract.h"
#include "../algs.h"
#include "../algs.h"
...
@@ -152,6 +152,6 @@ namespace dlib
...
@@ -152,6 +152,6 @@ namespace dlib
}
}
#endif // DLIB_STRUCTURAL_SVM_PRObLEM_THREADED_H
_
_
#endif // DLIB_STRUCTURAL_SVM_PRObLEM_THREADED_H
h
_
dlib/svm/structural_svm_problem_threaded_abstract.h
View file @
ca498ac2
// Copyright (C) 2011 Davis E. King (davis@dlib.net)
// Copyright (C) 2011 Davis E. King (davis@dlib.net)
// License: Boost Software License See LICENSE.txt for the full license.
// License: Boost Software License See LICENSE.txt for the full license.
#undef DLIB_STRUCTURAL_SVM_PRObLEM_THREADED_ABSTRACT_H
_
_
#undef DLIB_STRUCTURAL_SVM_PRObLEM_THREADED_ABSTRACT_H
h
_
#ifdef DLIB_STRUCTURAL_SVM_PRObLEM_THREADED_ABSTRACT_H
_
_
#ifdef DLIB_STRUCTURAL_SVM_PRObLEM_THREADED_ABSTRACT_H
h
_
#include "structural_svm_problem_abstract.h"
#include "structural_svm_problem_abstract.h"
#include "../matrix.h"
#include "../matrix.h"
...
@@ -62,7 +62,7 @@ namespace dlib
...
@@ -62,7 +62,7 @@ namespace dlib
}
}
#endif // DLIB_STRUCTURAL_SVM_PRObLEM_THREADED_ABSTRACT_H
_
_
#endif // DLIB_STRUCTURAL_SVM_PRObLEM_THREADED_ABSTRACT_H
h
_
dlib/svm/structural_svm_sequence_labeling_problem.h
View file @
ca498ac2
// Copyright (C) 2011 Davis E. King (davis@dlib.net)
// Copyright (C) 2011 Davis E. King (davis@dlib.net)
// License: Boost Software License See LICENSE.txt for the full license.
// License: Boost Software License See LICENSE.txt for the full license.
#ifndef DLIB_STRUCTURAL_SVM_SEQUENCE_LaBELING_PROBLEM_H
_
_
#ifndef DLIB_STRUCTURAL_SVM_SEQUENCE_LaBELING_PROBLEM_H
h
_
#define DLIB_STRUCTURAL_SVM_SEQUENCE_LaBELING_PROBLEM_H
_
_
#define DLIB_STRUCTURAL_SVM_SEQUENCE_LaBELING_PROBLEM_H
h
_
#include "structural_svm_sequence_labeling_problem_abstract.h"
#include "structural_svm_sequence_labeling_problem_abstract.h"
...
@@ -277,5 +277,5 @@ namespace dlib
...
@@ -277,5 +277,5 @@ namespace dlib
}
}
#endif // DLIB_STRUCTURAL_SVM_SEQUENCE_LaBELING_PROBLEM_H
_
_
#endif // DLIB_STRUCTURAL_SVM_SEQUENCE_LaBELING_PROBLEM_H
h
_
dlib/svm/structural_svm_sequence_labeling_problem_abstract.h
View file @
ca498ac2
// Copyright (C) 2011 Davis E. King (davis@dlib.net)
// Copyright (C) 2011 Davis E. King (davis@dlib.net)
// License: Boost Software License See LICENSE.txt for the full license.
// License: Boost Software License See LICENSE.txt for the full license.
#undef DLIB_STRUCTURAL_SVM_SEQUENCE_LaBELING_PROBLEM_ABSTRACT_H
_
_
#undef DLIB_STRUCTURAL_SVM_SEQUENCE_LaBELING_PROBLEM_ABSTRACT_H
h
_
#ifdef DLIB_STRUCTURAL_SVM_SEQUENCE_LaBELING_PROBLEM_ABSTRACT_H
_
_
#ifdef DLIB_STRUCTURAL_SVM_SEQUENCE_LaBELING_PROBLEM_ABSTRACT_H
h
_
#include "../matrix.h"
#include "../matrix.h"
...
@@ -105,6 +105,6 @@ namespace dlib
...
@@ -105,6 +105,6 @@ namespace dlib
}
}
#endif // DLIB_STRUCTURAL_SVM_SEQUENCE_LaBELING_PROBLEM_ABSTRACT_H
_
_
#endif // DLIB_STRUCTURAL_SVM_SEQUENCE_LaBELING_PROBLEM_ABSTRACT_H
h
_
dlib/svm/structural_track_association_trainer.h
View file @
ca498ac2
// Copyright (C) 2014 Davis E. King (davis@dlib.net)
// Copyright (C) 2014 Davis E. King (davis@dlib.net)
// License: Boost Software License See LICENSE.txt for the full license.
// License: Boost Software License See LICENSE.txt for the full license.
#ifndef DLIB_STRUCTURAL_TRACK_ASSOCIATION_TRAnER_H
_
_
#ifndef DLIB_STRUCTURAL_TRACK_ASSOCIATION_TRAnER_H
h
_
#define DLIB_STRUCTURAL_TRACK_ASSOCIATION_TRAnER_H
_
_
#define DLIB_STRUCTURAL_TRACK_ASSOCIATION_TRAnER_H
h
_
#include "structural_track_association_trainer_abstract.h"
#include "structural_track_association_trainer_abstract.h"
#include "../algs.h"
#include "../algs.h"
...
@@ -400,5 +400,5 @@ namespace dlib
...
@@ -400,5 +400,5 @@ namespace dlib
}
}
#endif // DLIB_STRUCTURAL_TRACK_ASSOCIATION_TRAnER_H
_
_
#endif // DLIB_STRUCTURAL_TRACK_ASSOCIATION_TRAnER_H
h
_
dlib/svm/structural_track_association_trainer_abstract.h
View file @
ca498ac2
// Copyright (C) 2014 Davis E. King (davis@dlib.net)
// Copyright (C) 2014 Davis E. King (davis@dlib.net)
// License: Boost Software License See LICENSE.txt for the full license.
// License: Boost Software License See LICENSE.txt for the full license.
#undef DLIB_STRUCTURAL_TRACK_ASSOCIATION_TRAnER_ABSTRACT_H
_
_
#undef DLIB_STRUCTURAL_TRACK_ASSOCIATION_TRAnER_ABSTRACT_H
h
_
#ifdef DLIB_STRUCTURAL_TRACK_ASSOCIATION_TRAnER_ABSTRACT_H
_
_
#ifdef DLIB_STRUCTURAL_TRACK_ASSOCIATION_TRAnER_ABSTRACT_H
h
_
#include "track_association_function_abstract.h"
#include "track_association_function_abstract.h"
#include "structural_assignment_trainer_abstract.h"
#include "structural_assignment_trainer_abstract.h"
...
@@ -263,6 +263,6 @@ namespace dlib
...
@@ -263,6 +263,6 @@ namespace dlib
}
}
#endif // DLIB_STRUCTURAL_TRACK_ASSOCIATION_TRAnER_ABSTRACT_H
_
_
#endif // DLIB_STRUCTURAL_TRACK_ASSOCIATION_TRAnER_ABSTRACT_H
h
_
dlib/svm/svm_c_ekm_trainer.h
View file @
ca498ac2
// Copyright (C) 2010 Davis E. King (davis@dlib.net)
// Copyright (C) 2010 Davis E. King (davis@dlib.net)
// License: Boost Software License See LICENSE.txt for the full license.
// License: Boost Software License See LICENSE.txt for the full license.
#ifndef DLIB_SVM_C_EKm_TRAINER_H
_
_
#ifndef DLIB_SVM_C_EKm_TRAINER_H
h
_
#define DLIB_SVM_C_EKm_TRAINER_H
_
_
#define DLIB_SVM_C_EKm_TRAINER_H
h
_
#include "../algs.h"
#include "../algs.h"
#include "function.h"
#include "function.h"
...
@@ -630,7 +630,7 @@ namespace dlib
...
@@ -630,7 +630,7 @@ namespace dlib
}
}
#endif // DLIB_SVM_C_EKm_TRAINER_H
_
_
#endif // DLIB_SVM_C_EKm_TRAINER_H
h
_
dlib/svm/svm_c_ekm_trainer_abstract.h
View file @
ca498ac2
// Copyright (C) 2010 Davis E. King (davis@dlib.net)
// Copyright (C) 2010 Davis E. King (davis@dlib.net)
// License: Boost Software License See LICENSE.txt for the full license.
// License: Boost Software License See LICENSE.txt for the full license.
#undef DLIB_SVM_C_EKm_TRAINER_ABSTRACT_H
_
_
#undef DLIB_SVM_C_EKm_TRAINER_ABSTRACT_H
h
_
#ifdef DLIB_SVM_C_EKm_TRAINER_ABSTRACT_H
_
_
#ifdef DLIB_SVM_C_EKm_TRAINER_ABSTRACT_H
h
_
#include "../algs.h"
#include "../algs.h"
#include "function_abstract.h"
#include "function_abstract.h"
...
@@ -379,6 +379,6 @@ namespace dlib
...
@@ -379,6 +379,6 @@ namespace dlib
}
}
#endif // DLIB_SVM_C_EKm_TRAINER_ABSTRACT_H
_
_
#endif // DLIB_SVM_C_EKm_TRAINER_ABSTRACT_H
h
_
dlib/svm/svm_c_linear_dcd_trainer.h
View file @
ca498ac2
// Copyright (C) 2012 Davis E. King (davis@dlib.net)
// Copyright (C) 2012 Davis E. King (davis@dlib.net)
// License: Boost Software License See LICENSE.txt for the full license.
// License: Boost Software License See LICENSE.txt for the full license.
#ifndef DLIB_SVm_C_LINEAR_DCD_TRAINER_H
_
_
#ifndef DLIB_SVm_C_LINEAR_DCD_TRAINER_H
h
_
#define DLIB_SVm_C_LINEAR_DCD_TRAINER_H
_
_
#define DLIB_SVm_C_LINEAR_DCD_TRAINER_H
h
_
#include "svm_c_linear_dcd_trainer_abstract.h"
#include "svm_c_linear_dcd_trainer_abstract.h"
#include <cmath>
#include <cmath>
...
@@ -668,6 +668,6 @@ namespace dlib
...
@@ -668,6 +668,6 @@ namespace dlib
}
}
#endif // DLIB_SVm_C_LINEAR_DCD_TRAINER_H
_
_
#endif // DLIB_SVm_C_LINEAR_DCD_TRAINER_H
h
_
dlib/svm/svm_c_linear_dcd_trainer_abstract.h
View file @
ca498ac2
// Copyright (C) 2012 Davis E. King (davis@dlib.net)
// Copyright (C) 2012 Davis E. King (davis@dlib.net)
// License: Boost Software License See LICENSE.txt for the full license.
// License: Boost Software License See LICENSE.txt for the full license.
#undef DLIB_SVm_C_LINEAR_DCD_TRAINER_ABSTRACT_H
_
_
#undef DLIB_SVm_C_LINEAR_DCD_TRAINER_ABSTRACT_H
h
_
#ifdef DLIB_SVm_C_LINEAR_DCD_TRAINER_ABSTRACT_H
_
_
#ifdef DLIB_SVm_C_LINEAR_DCD_TRAINER_ABSTRACT_H
h
_
#include "function_abstract.h"
#include "function_abstract.h"
#include "kernel_abstract.h"
#include "kernel_abstract.h"
...
@@ -351,5 +351,5 @@ namespace dlib
...
@@ -351,5 +351,5 @@ namespace dlib
}
}
#endif // DLIB_SVm_C_LINEAR_DCD_TRAINER_ABSTRACT_H
_
_
#endif // DLIB_SVm_C_LINEAR_DCD_TRAINER_ABSTRACT_H
h
_
dlib/svm/svm_c_linear_trainer.h
View file @
ca498ac2
// Copyright (C) 2010 Davis E. King (davis@dlib.net)
// Copyright (C) 2010 Davis E. King (davis@dlib.net)
// License: Boost Software License See LICENSE.txt for the full license.
// License: Boost Software License See LICENSE.txt for the full license.
#ifndef DLIB_SVM_C_LiNEAR_TRAINER_H
_
_
#ifndef DLIB_SVM_C_LiNEAR_TRAINER_H
h
_
#define DLIB_SVM_C_LiNEAR_TRAINER_H
_
_
#define DLIB_SVM_C_LiNEAR_TRAINER_H
h
_
#include "svm_c_linear_trainer_abstract.h"
#include "svm_c_linear_trainer_abstract.h"
#include "../algs.h"
#include "../algs.h"
...
@@ -702,5 +702,5 @@ namespace dlib
...
@@ -702,5 +702,5 @@ namespace dlib
// ----------------------------------------------------------------------------------------
// ----------------------------------------------------------------------------------------
#endif // DLIB_SVM_C_LiNEAR_TRAINER_H
_
_
#endif // DLIB_SVM_C_LiNEAR_TRAINER_H
h
_
dlib/svm/svm_c_linear_trainer_abstract.h
View file @
ca498ac2
// Copyright (C) 2010 Davis E. King (davis@dlib.net)
// Copyright (C) 2010 Davis E. King (davis@dlib.net)
// License: Boost Software License See LICENSE.txt for the full license.
// License: Boost Software License See LICENSE.txt for the full license.
#undef DLIB_SVM_C_LiNEAR_TRAINER_ABSTRACT_H
_
_
#undef DLIB_SVM_C_LiNEAR_TRAINER_ABSTRACT_H
h
_
#ifdef DLIB_SVM_C_LiNEAR_TRAINER_ABSTRACT_H
_
_
#ifdef DLIB_SVM_C_LiNEAR_TRAINER_ABSTRACT_H
h
_
#include "../matrix/matrix_abstract.h"
#include "../matrix/matrix_abstract.h"
#include "../algs.h"
#include "../algs.h"
...
@@ -355,5 +355,5 @@ namespace dlib
...
@@ -355,5 +355,5 @@ namespace dlib
}
}
#endif // DLIB_SVM_C_LiNEAR_TRAINER_ABSTRACT_H
_
_
#endif // DLIB_SVM_C_LiNEAR_TRAINER_ABSTRACT_H
h
_
dlib/svm/svm_c_trainer.h
View file @
ca498ac2
// Copyright (C) 2007 Davis E. King (davis@dlib.net)
// Copyright (C) 2007 Davis E. King (davis@dlib.net)
// License: Boost Software License See LICENSE.txt for the full license.
// License: Boost Software License See LICENSE.txt for the full license.
#ifndef DLIB_SVm_C_TRAINER_H
_
_
#ifndef DLIB_SVm_C_TRAINER_H
h
_
#define DLIB_SVm_C_TRAINER_H
_
_
#define DLIB_SVm_C_TRAINER_H
h
_
//#include "local/make_label_kernel_matrix.h"
//#include "local/make_label_kernel_matrix.h"
...
@@ -355,5 +355,5 @@ namespace dlib
...
@@ -355,5 +355,5 @@ namespace dlib
}
}
#endif // DLIB_SVm_C_TRAINER_H
_
_
#endif // DLIB_SVm_C_TRAINER_H
h
_
Prev
1
…
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