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/linearly_independent_subset_finder.h
dlib/svm/linearly_independent_subset_finder.h
+3
-3
dlib/svm/multiclass_tools.h
dlib/svm/multiclass_tools.h
+3
-3
dlib/svm/multiclass_tools_abstract.h
dlib/svm/multiclass_tools_abstract.h
+3
-3
dlib/svm/null_df.h
dlib/svm/null_df.h
+3
-3
dlib/svm/num_nonnegative_weights.h
dlib/svm/num_nonnegative_weights.h
+3
-3
dlib/svm/one_vs_all_decision_function.h
dlib/svm/one_vs_all_decision_function.h
+3
-3
dlib/svm/one_vs_all_decision_function_abstract.h
dlib/svm/one_vs_all_decision_function_abstract.h
+3
-3
dlib/svm/one_vs_all_trainer.h
dlib/svm/one_vs_all_trainer.h
+3
-3
dlib/svm/one_vs_all_trainer_abstract.h
dlib/svm/one_vs_all_trainer_abstract.h
+3
-3
dlib/svm/one_vs_one_decision_function.h
dlib/svm/one_vs_one_decision_function.h
+3
-3
dlib/svm/one_vs_one_decision_function_abstract.h
dlib/svm/one_vs_one_decision_function_abstract.h
+3
-3
dlib/svm/one_vs_one_trainer.h
dlib/svm/one_vs_one_trainer.h
+3
-3
dlib/svm/one_vs_one_trainer_abstract.h
dlib/svm/one_vs_one_trainer_abstract.h
+3
-3
dlib/svm/ranking_tools.h
dlib/svm/ranking_tools.h
+3
-3
dlib/svm/ranking_tools_abstract.h
dlib/svm/ranking_tools_abstract.h
+3
-3
dlib/svm/rls.h
dlib/svm/rls.h
+3
-3
dlib/svm/rls_abstract.h
dlib/svm/rls_abstract.h
+3
-3
dlib/svm/rr_trainer.h
dlib/svm/rr_trainer.h
+3
-3
dlib/svm/rr_trainer_abstract.h
dlib/svm/rr_trainer_abstract.h
+3
-3
dlib/svm/sequence_labeler.h
dlib/svm/sequence_labeler.h
+3
-3
No files found.
dlib/svm/linearly_independent_subset_finder.h
View file @
ca498ac2
// Copyright (C) 2008 Davis E. King (davis@dlib.net)
// Copyright (C) 2008 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_LISf
_
_
#ifndef DLIB_LISf
h
_
#define DLIB_LISf
_
_
#define DLIB_LISf
h
_
#include <vector>
#include <vector>
...
@@ -536,5 +536,5 @@ namespace dlib
...
@@ -536,5 +536,5 @@ namespace dlib
}
}
#endif // DLIB_LISf
_
_
#endif // DLIB_LISf
h
_
dlib/svm/multiclass_tools.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_MULTICLASS_TOoLS_H
_
_
#ifndef DLIB_MULTICLASS_TOoLS_H
h
_
#define DLIB_MULTICLASS_TOoLS_H
_
_
#define DLIB_MULTICLASS_TOoLS_H
h
_
#include "multiclass_tools_abstract.h"
#include "multiclass_tools_abstract.h"
...
@@ -63,6 +63,6 @@ namespace dlib
...
@@ -63,6 +63,6 @@ namespace dlib
}
}
#endif // DLIB_MULTICLASS_TOoLS_H
_
_
#endif // DLIB_MULTICLASS_TOoLS_H
h
_
dlib/svm/multiclass_tools_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_MULTICLASS_TOoLS_ABSTRACT_H
_
_
#undef DLIB_MULTICLASS_TOoLS_ABSTRACT_H
h
_
#ifdef DLIB_MULTICLASS_TOoLS_ABSTRACT_H
_
_
#ifdef DLIB_MULTICLASS_TOoLS_ABSTRACT_H
h
_
#include <vector>
#include <vector>
#include <map>
#include <map>
...
@@ -41,5 +41,5 @@ namespace dlib
...
@@ -41,5 +41,5 @@ namespace dlib
}
}
#endif // DLIB_MULTICLASS_TOoLS_ABSTRACT_H
_
_
#endif // DLIB_MULTICLASS_TOoLS_ABSTRACT_H
h
_
dlib/svm/null_df.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_NULL_DECISION_FUnCTION_H
_
_
#ifndef DLIB_NULL_DECISION_FUnCTION_H
h
_
#define DLIB_NULL_DECISION_FUnCTION_H
_
_
#define DLIB_NULL_DECISION_FUnCTION_H
h
_
#include <iostream>
#include <iostream>
...
@@ -29,5 +29,5 @@ namespace dlib
...
@@ -29,5 +29,5 @@ namespace dlib
}
}
#endif // DLIB_NULL_DECISION_FUnCTION_H
_
_
#endif // DLIB_NULL_DECISION_FUnCTION_H
h
_
dlib/svm/num_nonnegative_weights.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_NUM_NONNEGATIVE_WEIGHtS_H
_
_
#ifndef DLIB_NUM_NONNEGATIVE_WEIGHtS_H
h
_
#define DLIB_NUM_NONNEGATIVE_WEIGHtS_H
_
_
#define DLIB_NUM_NONNEGATIVE_WEIGHtS_H
h
_
#include "../enable_if.h"
#include "../enable_if.h"
...
@@ -72,5 +72,5 @@ namespace dlib
...
@@ -72,5 +72,5 @@ namespace dlib
}
}
#endif // DLIB_NUM_NONNEGATIVE_WEIGHtS_H
_
_
#endif // DLIB_NUM_NONNEGATIVE_WEIGHtS_H
h
_
dlib/svm/one_vs_all_decision_function.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_ONE_VS_ALL_DECISION_FUnCTION_H
_
_
#ifndef DLIB_ONE_VS_ALL_DECISION_FUnCTION_H
h
_
#define DLIB_ONE_VS_ALL_DECISION_FUnCTION_H
_
_
#define DLIB_ONE_VS_ALL_DECISION_FUnCTION_H
h
_
#include "one_vs_all_decision_function_abstract.h"
#include "one_vs_all_decision_function_abstract.h"
...
@@ -259,7 +259,7 @@ namespace dlib
...
@@ -259,7 +259,7 @@ namespace dlib
}
}
#endif // DLIB_ONE_VS_ALL_DECISION_FUnCTION_H
_
_
#endif // DLIB_ONE_VS_ALL_DECISION_FUnCTION_H
h
_
dlib/svm/one_vs_all_decision_function_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_ONE_VS_ALL_DECISION_FUnCTION_ABSTRACT_H
_
_
#undef DLIB_ONE_VS_ALL_DECISION_FUnCTION_ABSTRACT_H
h
_
#ifdef DLIB_ONE_VS_ALL_DECISION_FUnCTION_ABSTRACT_H
_
_
#ifdef DLIB_ONE_VS_ALL_DECISION_FUnCTION_ABSTRACT_H
h
_
#include "../serialize.h"
#include "../serialize.h"
...
@@ -210,5 +210,5 @@ namespace dlib
...
@@ -210,5 +210,5 @@ namespace dlib
}
}
#endif // DLIB_ONE_VS_ALL_DECISION_FUnCTION_ABSTRACT_H
_
_
#endif // DLIB_ONE_VS_ALL_DECISION_FUnCTION_ABSTRACT_H
h
_
dlib/svm/one_vs_all_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_ONE_VS_ALL_TRAiNER_H
_
_
#ifndef DLIB_ONE_VS_ALL_TRAiNER_H
h
_
#define DLIB_ONE_VS_ALL_TRAiNER_H
_
_
#define DLIB_ONE_VS_ALL_TRAiNER_H
h
_
#include "one_vs_all_trainer_abstract.h"
#include "one_vs_all_trainer_abstract.h"
...
@@ -229,6 +229,6 @@ namespace dlib
...
@@ -229,6 +229,6 @@ namespace dlib
}
}
#endif // DLIB_ONE_VS_ALL_TRAiNER_H
_
_
#endif // DLIB_ONE_VS_ALL_TRAiNER_H
h
_
dlib/svm/one_vs_all_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_ONE_VS_ALL_TRAiNER_ABSTRACT_H
_
_
#undef DLIB_ONE_VS_ALL_TRAiNER_ABSTRACT_H
h
_
#ifdef DLIB_ONE_VS_ALL_TRAiNER_ABSTRACT_H
_
_
#ifdef DLIB_ONE_VS_ALL_TRAiNER_ABSTRACT_H
h
_
#include "one_vs_all_decision_function_abstract.h"
#include "one_vs_all_decision_function_abstract.h"
...
@@ -157,7 +157,7 @@ namespace dlib
...
@@ -157,7 +157,7 @@ namespace dlib
}
}
#endif // DLIB_ONE_VS_ALL_TRAiNER_ABSTRACT_H
_
_
#endif // DLIB_ONE_VS_ALL_TRAiNER_ABSTRACT_H
h
_
dlib/svm/one_vs_one_decision_function.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_ONE_VS_ONE_DECISION_FUnCTION_H
_
_
#ifndef DLIB_ONE_VS_ONE_DECISION_FUnCTION_H
h
_
#define DLIB_ONE_VS_ONE_DECISION_FUnCTION_H
_
_
#define DLIB_ONE_VS_ONE_DECISION_FUnCTION_H
h
_
#include "one_vs_one_decision_function_abstract.h"
#include "one_vs_one_decision_function_abstract.h"
...
@@ -286,6 +286,6 @@ namespace dlib
...
@@ -286,6 +286,6 @@ namespace dlib
}
}
#endif // DLIB_ONE_VS_ONE_DECISION_FUnCTION_H
_
_
#endif // DLIB_ONE_VS_ONE_DECISION_FUnCTION_H
h
_
dlib/svm/one_vs_one_decision_function_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_ONE_VS_ONE_DECISION_FUnCTION_ABSTRACT_H
_
_
#undef DLIB_ONE_VS_ONE_DECISION_FUnCTION_ABSTRACT_H
h
_
#ifdef DLIB_ONE_VS_ONE_DECISION_FUnCTION_ABSTRACT_H
_
_
#ifdef DLIB_ONE_VS_ONE_DECISION_FUnCTION_ABSTRACT_H
h
_
#include "../serialize.h"
#include "../serialize.h"
...
@@ -207,7 +207,7 @@ namespace dlib
...
@@ -207,7 +207,7 @@ namespace dlib
}
}
#endif // DLIB_ONE_VS_ONE_DECISION_FUnCTION_ABSTRACT_H
_
_
#endif // DLIB_ONE_VS_ONE_DECISION_FUnCTION_ABSTRACT_H
h
_
dlib/svm/one_vs_one_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_ONE_VS_ONE_TRAiNER_H
_
_
#ifndef DLIB_ONE_VS_ONE_TRAiNER_H
h
_
#define DLIB_ONE_VS_ONE_TRAiNER_H
_
_
#define DLIB_ONE_VS_ONE_TRAiNER_H
h
_
#include "one_vs_one_trainer_abstract.h"
#include "one_vs_one_trainer_abstract.h"
...
@@ -245,5 +245,5 @@ namespace dlib
...
@@ -245,5 +245,5 @@ namespace dlib
}
}
#endif // DLIB_ONE_VS_ONE_TRAiNER_H
_
_
#endif // DLIB_ONE_VS_ONE_TRAiNER_H
h
_
dlib/svm/one_vs_one_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_ONE_VS_ONE_TRAiNER_ABSTRACT_H
_
_
#undef DLIB_ONE_VS_ONE_TRAiNER_ABSTRACT_H
h
_
#ifdef DLIB_ONE_VS_ONE_TRAiNER_ABSTRACT_H
_
_
#ifdef DLIB_ONE_VS_ONE_TRAiNER_ABSTRACT_H
h
_
#include "one_vs_one_decision_function_abstract.h"
#include "one_vs_one_decision_function_abstract.h"
...
@@ -161,6 +161,6 @@ namespace dlib
...
@@ -161,6 +161,6 @@ namespace dlib
}
}
#endif // DLIB_ONE_VS_ONE_TRAiNER_ABSTRACT_H
_
_
#endif // DLIB_ONE_VS_ONE_TRAiNER_ABSTRACT_H
h
_
dlib/svm/ranking_tools.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_RANKING_ToOLS_H
_
_
#ifndef DLIB_RANKING_ToOLS_H
h
_
#define DLIB_RANKING_ToOLS_H
_
_
#define DLIB_RANKING_ToOLS_H
h
_
#include "ranking_tools_abstract.h"
#include "ranking_tools_abstract.h"
...
@@ -444,5 +444,5 @@ namespace dlib
...
@@ -444,5 +444,5 @@ namespace dlib
}
}
#endif // DLIB_RANKING_ToOLS_H
_
_
#endif // DLIB_RANKING_ToOLS_H
h
_
dlib/svm/ranking_tools_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_RANKING_ToOLS_ABSTRACT_H
_
_
#undef DLIB_RANKING_ToOLS_ABSTRACT_H
h
_
#ifdef DLIB_RANKING_ToOLS_ABSTRACT_H
_
_
#ifdef DLIB_RANKING_ToOLS_ABSTRACT_H
h
_
#include "../algs.h"
#include "../algs.h"
...
@@ -242,6 +242,6 @@ namespace dlib
...
@@ -242,6 +242,6 @@ namespace dlib
}
}
#endif // DLIB_RANKING_ToOLS_ABSTRACT_H
_
_
#endif // DLIB_RANKING_ToOLS_ABSTRACT_H
h
_
dlib/svm/rls.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_RLs_H
_
_
#ifndef DLIB_RLs_H
h
_
#define DLIB_RLs_H
_
_
#define DLIB_RLs_H
h
_
#include "rls_abstract.h"
#include "rls_abstract.h"
#include "../matrix.h"
#include "../matrix.h"
...
@@ -195,5 +195,5 @@ namespace dlib
...
@@ -195,5 +195,5 @@ namespace dlib
}
}
#endif // DLIB_RLs_H
_
_
#endif // DLIB_RLs_H
h
_
dlib/svm/rls_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_RLs_ABSTRACT_H
_
_
#undef DLIB_RLs_ABSTRACT_H
h
_
#ifdef DLIB_RLs_ABSTRACT_H
_
_
#ifdef DLIB_RLs_ABSTRACT_H
h
_
#include "../matrix/matrix_abstract.h"
#include "../matrix/matrix_abstract.h"
#include "function_abstract.h"
#include "function_abstract.h"
...
@@ -155,6 +155,6 @@ namespace dlib
...
@@ -155,6 +155,6 @@ namespace dlib
}
}
#endif // DLIB_RLs_ABSTRACT_H
_
_
#endif // DLIB_RLs_ABSTRACT_H
h
_
dlib/svm/rr_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_RR_TRAInER_H
_
_
#ifndef DLIB_RR_TRAInER_H
h
_
#define DLIB_RR_TRAInER_H
_
_
#define DLIB_RR_TRAInER_H
h
_
#include "../algs.h"
#include "../algs.h"
#include "function.h"
#include "function.h"
...
@@ -451,6 +451,6 @@ namespace dlib
...
@@ -451,6 +451,6 @@ namespace dlib
}
}
#endif // DLIB_RR_TRAInER_H
_
_
#endif // DLIB_RR_TRAInER_H
h
_
dlib/svm/rr_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_RR_TRAInER_ABSTRACT_H
_
_
#undef DLIB_RR_TRAInER_ABSTRACT_H
h
_
#ifdef DLIB_RR_TRAInER_ABSTRACT_H
_
_
#ifdef DLIB_RR_TRAInER_ABSTRACT_H
h
_
#include "../algs.h"
#include "../algs.h"
#include "function_abstract.h"
#include "function_abstract.h"
...
@@ -251,5 +251,5 @@ namespace dlib
...
@@ -251,5 +251,5 @@ namespace dlib
}
}
#endif // DLIB_RR_TRAInER_ABSTRACT_H
_
_
#endif // DLIB_RR_TRAInER_ABSTRACT_H
h
_
dlib/svm/sequence_labeler.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_SEQUENCE_LAbELER_H_
_
_
#ifndef DLIB_SEQUENCE_LAbELER_H_
h
_
#define DLIB_SEQUENCE_LAbELER_H_
_
_
#define DLIB_SEQUENCE_LAbELER_H_
h
_
#include "sequence_labeler_abstract.h"
#include "sequence_labeler_abstract.h"
#include "../matrix.h"
#include "../matrix.h"
...
@@ -335,5 +335,5 @@ namespace dlib
...
@@ -335,5 +335,5 @@ namespace dlib
}
}
#endif // DLIB_SEQUENCE_LAbELER_H_
_
_
#endif // DLIB_SEQUENCE_LAbELER_H_
h
_
Prev
1
…
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