repo
stringlengths
1
152
file
stringlengths
14
221
code
stringlengths
501
25k
file_length
int64
501
25k
avg_line_length
float64
20
99.5
max_line_length
int64
21
134
extension_type
stringclasses
2 values
self
self-master/lib/dlib/matrix/matrix_qr.h
// Copyright (C) 2009 Davis E. King (davis@dlib.net) // License: Boost Software License See LICENSE.txt for the full license. // This code was adapted from code from the JAMA part of NIST's TNT library. // See: http://math.nist.gov/tnt/ #ifndef DLIB_MATRIX_QR_DECOMPOSITION_H #define DLIB_MATRIX_QR_DECOMPOSITION_...
12,877
26.576017
101
h
self
self-master/lib/dlib/matrix/matrix_conv_abstract.h
// Copyright (C) 2011 Davis E. King (davis@dlib.net) // License: Boost Software License See LICENSE.txt for the full license. #undef DLIB_MATRIx_CONV_ABSTRACT_Hh_ #ifdef DLIB_MATRIx_CONV_ABSTRACT_Hh_ #include "matrix_abstract.h" namespace dlib { // -----------------------------------------------------------------...
5,432
37.260563
100
h
self
self-master/lib/dlib/matrix/matrix_math_functions_abstract.h
// Copyright (C) 2006 Davis E. King (davis@dlib.net) // License: Boost Software License See LICENSE.txt for the full license. #undef DLIB_MATRIx_MATH_FUNCTIONS_ABSTRACT_ #ifdef DLIB_MATRIx_MATH_FUNCTIONS_ABSTRACT_ #include "matrix_abstract.h" namespace dlib { // ---------------------------------------------------...
20,300
33.062081
99
h
self
self-master/lib/dlib/matrix/matrix_exp.h
// Copyright (C) 2006 Davis E. King (davis@dlib.net) // License: Boost Software License See LICENSE.txt for the full license. #ifndef DLIB_MATRIx_EXP_h_ #define DLIB_MATRIx_EXP_h_ #include "../algs.h" #include "../is_kind.h" #include "matrix_fwd.h" #include "matrix_exp_abstract.h" #include <iterator> namespace dli...
8,629
30.727941
114
h
self
self-master/lib/dlib/matrix/symmetric_matrix_cache_abstract.h
// Copyright (C) 2010 Davis E. King (davis@dlib.net) // License: Boost Software License See LICENSE.txt for the full license. #define DLIB_SYMMETRIC_MATRIX_CAcHE_ABSTRACT_Hh_ #ifndef DLIB_SYMMETRIC_MATRIX_CAcHE_ABSTRACT_Hh_ #include "matrix_abstract.h" namespace dlib { // ----------------------------------------...
3,168
48.515625
94
h
self
self-master/lib/dlib/matrix/matrix_data_layout_abstract.h
// Copyright (C) 2008 Davis E. King (davis@dlib.net) // License: Boost Software License See LICENSE.txt for the full license. #undef DLIB_MATRIx_DATA_LAYOUT_ABSTRACT_ #ifdef DLIB_MATRIx_DATA_LAYOUT_ABSTRACT_ #include "../algs.h" namespace dlib { // -----------------------------------------------------------------...
1,246
29.414634
91
h
self
self-master/lib/dlib/matrix/matrix_expressions.h
// Copyright (C) 2006 Davis E. King (davis@dlib.net) // License: Boost Software License See LICENSE.txt for the full license. #ifndef DLIB_MATRIx_EXPRESSIONS_H_ #define DLIB_MATRIx_EXPRESSIONS_H_ #include "matrix_fwd.h" #ifdef _MSC_VER // This #pragma directive is also located in the algs.h file but for whatever /...
8,309
28.572954
99
h
self
self-master/lib/dlib/matrix/matrix_fwd.h
// Copyright (C) 2006 Davis E. King (davis@dlib.net) // License: Boost Software License See LICENSE.txt for the full license. #ifndef DLIB_MATRIx_FWD #define DLIB_MATRIx_FWD #include "../algs.h" namespace dlib { // ---------------------------------------------------------------------------------------- struc...
775
23.25
91
h
self
self-master/lib/dlib/matrix/matrix_lu.h
// Copyright (C) 2009 Davis E. King (davis@dlib.net) // License: Boost Software License See LICENSE.txt for the full license. // This code was adapted from code from the JAMA part of NIST's TNT library. // See: http://math.nist.gov/tnt/ #ifndef DLIB_MATRIX_LU_DECOMPOSITION_H #define DLIB_MATRIX_LU_DECOMPOSITION_...
10,812
28.870166
115
h
self
self-master/lib/dlib/matrix/matrix_conj_trans.h
// Copyright (C) 2009 Davis E. King (davis@dlib.net) // License: Boost Software License See LICENSE.txt for the full license. #ifndef DLIB_MATRIx_CONJ_TRANS_FUNCTIONS #define DLIB_MATRIx_CONJ_TRANS_FUNCTIONS #include "matrix_utilities.h" #include "matrix_math_functions.h" #include "matrix.h" #include "../algs.h" #...
2,170
29.152778
119
h
self
self-master/lib/dlib/matrix/matrix_subexp_abstract.h
// Copyright (C) 2006 Davis E. King (davis@dlib.net) // License: Boost Software License See LICENSE.txt for the full license. #undef DLIB_MATRIx_SUBEXP_ABSTRACT_ #ifdef DLIB_MATRIx_SUBEXP_ABSTRACT_ #include "matrix_abstract.h" #include "../geometry/rectangle.h" namespace dlib { // --------------------------------...
19,563
33.262697
92
h
self
self-master/lib/dlib/matrix/matrix_fft_abstract.h
// Copyright (C) 2013 Davis E. King (davis@dlib.net) // License: Boost Software License See LICENSE.txt for the full license. #undef DLIB_FFt_ABSTRACT_Hh_ #ifdef DLIB_FFt_ABSTRACT_Hh_ #include "matrix_abstract.h" #include "../algs.h" namespace dlib { // ------------------------------------------------------------...
3,890
31.697479
92
h
self
self-master/lib/dlib/matrix/matrix_mat_abstract.h
// Copyright (C) 2006 Davis E. King (davis@dlib.net) // License: Boost Software License See LICENSE.txt for the full license. #undef DLIB_MATRIx_MAT_ABSTRACT_Hh_ #ifdef DLIB_MATRIx_MAT_ABSTRACT_Hh_ #include "matrix_abstract.h" #inclue <vector> #include "../array/array_kernel_abstract.h" #include "../array2d/array2d...
6,267
28.153488
92
h
self
self-master/lib/dlib/matrix/matrix_cholesky.h
// Copyright (C) 2009 Davis E. King (davis@dlib.net) // License: Boost Software License See LICENSE.txt for the full license. // This code was adapted from code from the JAMA part of NIST's TNT library. // See: http://math.nist.gov/tnt/ #ifndef DLIB_MATRIX_CHOLESKY_DECOMPOSITION_H #define DLIB_MATRIX_CHOLESKY_DE...
7,010
29.219828
114
h
self
self-master/lib/dlib/matrix/symmetric_matrix_cache.h
// Copyright (C) 2010 Davis E. King (davis@dlib.net) // License: Boost Software License See LICENSE.txt for the full license. #ifndef DLIB_SYMMETRIC_MATRIX_CAcHE_Hh_ #define DLIB_SYMMETRIC_MATRIX_CAcHE_Hh_ #include "symmetric_matrix_cache_abstract.h" #include <vector> #include "../matrix.h" #include "../algs.h" #in...
14,963
31.180645
119
h
self
self-master/lib/dlib/matrix/matrix_exp_abstract.h
// Copyright (C) 2006 Davis E. King (davis@dlib.net) // License: Boost Software License See LICENSE.txt for the full license. #undef DLIB_MATRIx_EXP_ABSTRACT_ #ifdef DLIB_MATRIx_EXP_ABSTRACT_ #include "matrix_fwd.h" namespace dlib { // ------------------------------------------------------------------------------...
7,342
33.800948
103
h
self
self-master/lib/dlib/matrix/cblas_constants.h
// Copyright (C) 2010 Davis E. King (davis@dlib.net) // License: Boost Software License See LICENSE.txt for the full license. #ifndef DLIB_CBLAS_CONSTAnTS_Hh_ #define DLIB_CBLAS_CONSTAnTS_Hh_ #ifndef CBLAS_H namespace dlib { namespace blas_bindings { enum CBLAS_ORDER {CblasRowMajor=101, CblasColMajo...
658
27.652174
84
h
self
self-master/lib/dlib/matrix/matrix_default_mul.h
// Copyright (C) 2008 Davis E. King (davis@dlib.net) // License: Boost Software License See LICENSE.txt for the full license. #ifndef DLIB_MATRIx_DEFAULT_MULTIPLY_ #define DLIB_MATRIx_DEFAULT_MULTIPLY_ #include "../geometry/rectangle.h" #include "matrix.h" #include "matrix_utilities.h" #include "../enable_if.h" na...
4,761
34.274074
128
h
self
self-master/lib/dlib/matrix/matrix_math_functions.h
// Copyright (C) 2006 Davis E. King (davis@dlib.net) // License: Boost Software License See LICENSE.txt for the full license. #ifndef DLIB_MATRIx_MATH_FUNCTIONS #define DLIB_MATRIx_MATH_FUNCTIONS #include "matrix_math_functions_abstract.h" #include "matrix_op.h" #include "matrix_utilities.h" #include "matrix.h" #i...
14,756
31.86637
108
h
self
self-master/lib/dlib/matrix/matrix_read_from_istream.h
// Copyright (C) 2013 Davis E. King (davis@dlib.net) // License: Boost Software License See LICENSE.txt for the full license. #ifndef DLIB_MATRIx_READ_FROM_ISTREAM_H_h_ #define DLIB_MATRIx_READ_FROM_ISTREAM_H_h_ #include "matrix.h" #include <vector> #include <iostream> namespace dlib { // ------------------------...
2,974
26.293578
91
h
self
self-master/lib/dlib/matrix/lapack/fortran_id.h
// Copyright (C) 2010 Davis E. King (davis@dlib.net) // License: Boost Software License See LICENSE.txt for the full license. #ifndef DLIB_BOOST_NUMERIC_BINDINGS_TRAITS_FORTRAN_H #define DLIB_BOOST_NUMERIC_BINDINGS_TRAITS_FORTRAN_H // ---------------------------------------------------------------------------------...
2,250
37.152542
121
h
self
self-master/lib/dlib/matrix/lapack/ormqr.h
// Copyright (C) 2010 Davis E. King (davis@dlib.net) // License: Boost Software License See LICENSE.txt for the full license. #ifndef DLIB_LAPACk_ORMQR_Hh_ #define DLIB_LAPACk_ORMQR_Hh_ #include "fortran_id.h" #include "../matrix.h" namespace dlib { namespace lapack { namespace binding { ...
8,057
34.813333
108
h
self
self-master/lib/dlib/matrix/lapack/gees.h
// Copyright (C) 2010 Davis E. King (davis@dlib.net) // License: Boost Software License See LICENSE.txt for the full license. #ifndef DLIB_LAPACk_ES_Hh_ #define DLIB_LAPACk_ES_Hh_ #include "fortran_id.h" #include "../matrix.h" namespace dlib { namespace lapack { namespace binding { #if defi...
10,703
39.392453
98
h
self
self-master/lib/dlib/matrix/lapack/geev.h
// Copyright (C) 2010 Davis E. King (davis@dlib.net) // License: Boost Software License See LICENSE.txt for the full license. #ifndef DLIB_LAPACk_GEEV_Hh_ #define DLIB_LAPACk_GEEV_Hh_ #include "fortran_id.h" #include "../matrix.h" namespace dlib { namespace lapack { namespace binding { ...
9,125
37.834043
101
h
self
self-master/lib/dlib/matrix/lapack/gesvd.h
// Copyright (C) 2010 Davis E. King (davis@dlib.net) // License: Boost Software License See LICENSE.txt for the full license. #ifndef DLIB_LAPACk_SVD_Hh_ #define DLIB_LAPACk_SVD_Hh_ #include "fortran_id.h" #include "../matrix.h" namespace dlib { namespace lapack { namespace binding { ...
12,944
38.953704
116
h
self
self-master/lib/dlib/matrix/lapack/syev.h
// Copyright (C) 2010 Davis E. King (davis@dlib.net) // License: Boost Software License See LICENSE.txt for the full license. #ifndef DLIB_LAPACk_EV_Hh_ #define DLIB_LAPACk_EV_Hh_ #include "fortran_id.h" #include "../matrix.h" namespace dlib { namespace lapack { namespace binding { ...
7,181
31.794521
100
h
self
self-master/lib/dlib/matrix/lapack/geqrf.h
// Copyright (C) 2010 Davis E. King (davis@dlib.net) // License: Boost Software License See LICENSE.txt for the full license. #ifndef DLIB_LAPACk_GEQRF_Hh_ #define DLIB_LAPACk_GEQRF_Hh_ #include "fortran_id.h" #include "../matrix.h" namespace dlib { namespace lapack { namespace binding { ...
5,616
32.236686
94
h
self
self-master/lib/dlib/matrix/lapack/syevr.h
// Copyright (C) 2010 Davis E. King (davis@dlib.net) // License: Boost Software License See LICENSE.txt for the full license. #ifndef DLIB_LAPACk_EVR_Hh_ #define DLIB_LAPACk_EVR_Hh_ #include "fortran_id.h" #include "../matrix.h" namespace dlib { namespace lapack { namespace binding { ...
18,408
40.275785
110
h
self
self-master/lib/dlib/matrix/lapack/gesdd.h
// Copyright (C) 2010 Davis E. King (davis@dlib.net) // License: Boost Software License See LICENSE.txt for the full license. #ifndef DLIB_LAPACk_SDD_Hh_ #define DLIB_LAPACk_SDD_Hh_ #include "fortran_id.h" #include "../matrix.h" namespace dlib { namespace lapack { namespace binding { ...
14,566
38.909589
115
h
self
self-master/lib/dlib/matrix/lapack/potrf.h
// Copyright (C) 2010 Davis E. King (davis@dlib.net) // License: Boost Software License See LICENSE.txt for the full license. #ifndef DLIB_LAPACk_POTRF_Hh_ #define DLIB_LAPACk_POTRF_Hh_ #include "fortran_id.h" #include "../matrix.h" namespace dlib { namespace lapack { namespace binding { ...
5,522
30.56
91
h
self
self-master/lib/dlib/matrix/lapack/getrf.h
// Copyright (C) 2010 Davis E. King (davis@dlib.net) // License: Boost Software License See LICENSE.txt for the full license. #ifndef DLIB_LAPACk_GETRF_Hh_ #define DLIB_LAPACk_GETRF_Hh_ #include "fortran_id.h" #include "../matrix.h" namespace dlib { namespace lapack { namespace binding { ...
4,207
30.639098
91
h
self
self-master/lib/dlib/xml_parser/xml_parser_kernel_abstract.h
// Copyright (C) 2003 Davis E. King (davis@dlib.net) // License: Boost Software License See LICENSE.txt for the full license. #undef DLIB_XML_PARSER_KERNEl_ABSTRACT_ #ifdef DLIB_XML_PARSER_KERNEl_ABSTRACT_ #include <string> #include <iosfwd> #include "xml_parser_kernel_interfaces.h" namespace dlib { class xml...
8,839
30.913357
91
h
self
self-master/lib/dlib/xml_parser/xml_parser_kernel_interfaces.h
// Copyright (C) 2003 Davis E. King (davis@dlib.net) // License: Boost Software License See LICENSE.txt for the full license. #ifndef DLIB_XML_PARSER_KERNEl_INTERFACES_ #define DLIB_XML_PARSER_KERNEl_INTERFACES_ #include <string> #include "../interfaces/enumerable.h" #include "../interfaces/map_pair.h" namespace d...
7,722
32.578261
91
h
self
self-master/lib/dlib/geometry/rectangle.h
// Copyright (C) 2005 Davis E. King (davis@dlib.net) // License: Boost Software License See LICENSE.txt for the full license. #ifndef DLIB_RECTANGLe_ #define DLIB_RECTANGLe_ #include "rectangle_abstract.h" #include "../algs.h" #include <algorithm> #include <iostream> #include "../serialize.h" #include "vector.h" #i...
20,314
25.314767
115
h
self
self-master/lib/dlib/geometry/border_enumerator.h
// Copyright (C) 2011 Davis E. King (davis@dlib.net) // License: Boost Software License See LICENSE.txt for the full license. #ifndef DLIB_BORDER_EnUMERATOR_H_ #define DLIB_BORDER_EnUMERATOR_H_ #include "border_enumerator_abstract.h" #include "rectangle.h" namespace dlib { // -------------------------------------...
5,053
26.026738
91
h
self
self-master/lib/dlib/geometry/rectangle_abstract.h
// Copyright (C) 2005 Davis E. King (davis@dlib.net) // License: Boost Software License See LICENSE.txt for the full license. #undef DLIB_RECTANGLe_ABSTRACT_ #ifdef DLIB_RECTANGLe_ABSTRACT_ #include "vector_abstract.h" #include <iostream> #include "../serialize.h" namespace dlib { class rectangle { ...
23,043
27.661692
111
h
self
self-master/lib/dlib/geometry/border_enumerator_abstract.h
// Copyright (C) 2011 Davis E. King (davis@dlib.net) // License: Boost Software License See LICENSE.txt for the full license. #undef DLIB_BORDER_EnUMERATOR_ABSTRACT_H_ #ifdef DLIB_BORDER_EnUMERATOR_ABSTRACT_H_ #include "rectangle_abstract.h" namespace dlib { // ----------------------------------------------------...
3,872
29.496063
103
h
self
self-master/lib/dlib/geometry/drectangle_abstract.h
// Copyright (C) 2015 Davis E. King (davis@dlib.net) // License: Boost Software License See LICENSE.txt for the full license. #undef DLIB_DRECTANGLe_ABSTRACT_H_ #ifdef DLIB_DRECTANGLe_ABSTRACT_H_ #include "rectangle_abstract.h" namespace dlib { // ------------------------------------------------------------------...
17,485
27.571895
112
h
self
self-master/lib/dlib/geometry/vector_abstract.h
// Copyright (C) 2003 Davis E. King (davis@dlib.net) // License: Boost Software License See LICENSE.txt for the full license. #undef DLIB_VECTOR_ABSTRACT_ #ifdef DLIB_VECTOR_ABSTRACT_ #include "../serialize.h" #include <functional> #include <iostream> #include "../matrix/matrix_abstract.h" namespace dlib { tem...
13,001
25.534694
114
h
self
self-master/lib/dlib/geometry/drectangle.h
// Copyright (C) 2015 Davis E. King (davis@dlib.net) // License: Boost Software License See LICENSE.txt for the full license. #ifndef DLIB_DRECTANGLe_ #define DLIB_DRECTANGLe_ #include "drectangle_abstract.h" #include "rectangle.h" namespace dlib { class drectangle; drectangle operator* ( const dre...
11,247
23.189247
115
h
self
self-master/lib/dlib/static_set/static_set_compare_abstract.h
// Copyright (C) 2005 Davis E. King (davis@dlib.net) // License: Boost Software License See LICENSE.txt for the full license. #undef DLIB_STATIC_SET_COMPARe_ABSTRACT_ #ifdef DLIB_STATIC_SET_COMPARe_ABSTRACT_ #include "static_set_kernel_abstract.h" #include "../algs.h" namespace dlib { template < typ...
3,111
32.106383
116
h
self
self-master/lib/dlib/static_set/static_set_kernel_c.h
// Copyright (C) 2005 Davis E. King (davis@dlib.net) // License: Boost Software License See LICENSE.txt for the full license. #ifndef DLIB_STATIC_SET_KERNEl_C_ #define DLIB_STATIC_SET_KERNEl_C_ #include "static_set_kernel_abstract.h" #include "../algs.h" #include "../assert.h" #include "../interfaces/remover.h" na...
2,452
26.561798
91
h
self
self-master/lib/dlib/static_set/static_set_kernel_abstract.h
// Copyright (C) 2005 Davis E. King (davis@dlib.net) // License: Boost Software License See LICENSE.txt for the full license. #undef DLIB_STATIC_SET_KERNEl_ABSTRACT_ #ifdef DLIB_STATIC_SET_KERNEl_ABSTRACT_ #include "../interfaces/enumerable.h" #include "../interfaces/remover.h" #include "../serialize.h" #include <f...
4,434
27.612903
104
h
self
self-master/lib/dlib/static_set/static_set_compare_1.h
// Copyright (C) 2005 Davis E. King (davis@dlib.net) // License: Boost Software License See LICENSE.txt for the full license. #ifndef DLIB_STATIC_SET_COMPARe_1_ #define DLIB_STATIC_SET_COMPARe_1_ #include "static_set_compare_abstract.h" #include "../algs.h" namespace dlib { template < typename stat...
3,103
24.235772
91
h
self
self-master/lib/dlib/static_set/static_set_kernel_1.h
// Copyright (C) 2005 Davis E. King (davis@dlib.net) // License: Boost Software License See LICENSE.txt for the full license. #ifndef DLIB_STATIC_SET_KERNEl_1_ #define DLIB_STATIC_SET_KERNEl_1_ #include "static_set_kernel_abstract.h" #include "../interfaces/enumerable.h" #include "../interfaces/remover.h" #include ...
10,739
23.026846
115
h
self
self-master/lib/dlib/statistics/image_feature_sampling.h
// Copyright (C) 2011 Davis E. King (davis@dlib.net) // License: Boost Software License See LICENSE.txt for the full license. #ifndef DLIB_IMAGE_FEATURE_SaMPLING_Hh_ #define DLIB_IMAGE_FEATURE_SaMPLING_Hh_ #include "image_feature_sampling_abstract.h" #include "../statistics.h" namespace dlib { // ----------------...
2,413
28.084337
109
h
self
self-master/lib/dlib/statistics/running_gradient_abstract.h
// Copyright (C) 2016 Davis E. King (davis@dlib.net) // License: Boost Software License See LICENSE.txt for the full license. #undef DLIB_RuNNING_GRADIENT_ABSTRACT_Hh_ #ifdef DLIB_RuNNING_GRADIENT_ABSTRACT_Hh_ namespace dlib { class running_gradient { /*! WHAT THIS OBJECT REPRESENTS ...
8,204
34.519481
95
h
self
self-master/lib/dlib/statistics/dpca.h
// Copyright (C) 2009 Davis E. King (davis@dlib.net) // License: Boost Software License See LICENSE.txt for the full license. #ifndef DLIB_DPCA_h_ #define DLIB_DPCA_h_ #include "dpca_abstract.h" #include <limits> #include <cmath> #include "../algs.h" #include "../matrix.h" #include <iostream> namespace dlib { // ...
18,741
33.579336
125
h
self
self-master/lib/dlib/statistics/average_precision.h
// Copyright (C) 2013 Davis E. King (davis@dlib.net) // License: Boost Software License See LICENSE.txt for the full license. #ifndef DLIB_AVERAGE_PREcISION_Hh_ #define DLIB_AVERAGE_PREcISION_Hh_ #include "average_precision_abstract.h" #include <vector> namespace dlib { namespace impl { inline boo...
1,805
25.955224
102
h
self
self-master/lib/dlib/statistics/lda_abstract.h
// Copyright (C) 2014 Davis E. King (davis@dlib.net) // License: Boost Software License See LICENSE.txt for the full license. #undef DLIB_LDA_ABSTRACT_Hh_ #ifdef DLIB_LDA_ABSTRACT_Hh_ #include <map> #include "../matrix.h" #include <vector> namespace dlib { // ------------------------------------------------------...
3,471
40.333333
92
h
self
self-master/lib/dlib/statistics/running_gradient.h
// Copyright (C) 2016 Davis E. King (davis@dlib.net) // License: Boost Software License See LICENSE.txt for the full license. #ifndef DLIB_RuNNING_GRADIENT_Hh_ #define DLIB_RuNNING_GRADIENT_Hh_ #include "running_gradient_abstract.h" #include "../algs.h" #include "../serialize.h" #include <cmath> #include "../matrix...
9,156
29.625418
114
h
self
self-master/lib/dlib/statistics/cca_abstract.h
// Copyright (C) 2013 Davis E. King (davis@dlib.net) // License: Boost Software License See LICENSE.txt for the full license. #undef DLIB_CCA_AbSTRACT_Hh_ #ifdef DLIB_CCA_AbSTRACT_Hh_ #include "../matrix/matrix_la_abstract.h" #include "random_subset_selector_abstract.h" namespace dlib { // -----------------------...
9,130
46.557292
112
h
self
self-master/lib/dlib/statistics/sammon_abstract.h
// Copyright (C) 2012 Emanuele Cesena (emanuele.cesena@gmail.com), Davis E. King // License: Boost Software License See LICENSE.txt for the full license. #undef DLIB_SAMMoN_ABSTRACT_Hh_ #ifdef DLIB_SAMMoN_ABSTRACT_Hh_ #include "../matrix/matrix_abstract.h" #include <vector> namespace dlib { class sammon_proje...
5,355
44.389831
98
h
self
self-master/lib/dlib/statistics/lda.h
// Copyright (C) 2014 Davis E. King (davis@dlib.net) // License: Boost Software License See LICENSE.txt for the full license. #ifndef DLIB_LDA_Hh_ #define DLIB_LDA_Hh_ #include "lda_abstract.h" #include "../algs.h" #include <map> #include "../matrix.h" #include <vector> namespace dlib { // -----------------------...
6,322
32.455026
105
h
self
self-master/lib/dlib/statistics/cca.h
// Copyright (C) 2013 Davis E. King (davis@dlib.net) // License: Boost Software License See LICENSE.txt for the full license. #ifndef DLIB_CCA_hh_ #define DLIB_CCA_hh_ #include "cca_abstract.h" #include "../algs.h" #include "../matrix.h" #include "../sparse_vector.h" #include "random_subset_selector.h" namespace d...
6,923
36.026738
119
h
self
self-master/lib/dlib/statistics/sammon.h
// Copyright (C) 2012 Emanuele Cesena (emanuele.cesena@gmail.com), Davis E. King // License: Boost Software License See LICENSE.txt for the full license. #ifndef DLIB_SAMMoN_Hh_ #define DLIB_SAMMoN_Hh_ #include "sammon_abstract.h" #include "../matrix.h" #include "../algs.h" #include "dpca.h" #include <vector> name...
11,442
41.381481
118
h
self
self-master/lib/dlib/statistics/image_feature_sampling_abstract.h
// Copyright (C) 2011 Davis E. King (davis@dlib.net) // License: Boost Software License See LICENSE.txt for the full license. #undef DLIB_IMAGE_FEATURE_SaMPLING_ABSTRACT_Hh_ #ifdef DLIB_IMAGE_FEATURE_SaMPLING_ABSTRACT_Hh_ #include "random_subset_selector_abstract.h" namespace dlib { // ---------------------------...
1,707
36.130435
109
h
self
self-master/lib/dlib/statistics/dpca_abstract.h
// Copyright (C) 2009 Davis E. King (davis@dlib.net) // License: Boost Software License See LICENSE.txt for the full license. #undef DLIB_DPCA_ABSTRaCT_ #ifdef DLIB_DPCA_ABSTRaCT_ #include <limits> #include <cmath> #include "../matrix/matrix_abstract.h" namespace dlib { // ----------------------------------------...
14,842
39.554645
114
h
self
self-master/lib/dlib/statistics/random_subset_selector_abstract.h
// Copyright (C) 2010 Davis E. King (davis@dlib.net) // License: Boost Software License See LICENSE.txt for the full license. #undef DLIB_RANDOM_SUBSeT_SELECTOR_ABSTRACT_H_ #ifdef DLIB_RANDOM_SUBSeT_SELECTOR_ABSTRACT_H_ #include <vector> #include "../rand/rand_kernel_abstract.h" #include "../algs.h" #include "../st...
12,210
30.390746
101
h
self
self-master/lib/dlib/statistics/average_precision_abstract.h
// Copyright (C) 2013 Davis E. King (davis@dlib.net) // License: Boost Software License See LICENSE.txt for the full license. #undef DLIB_AVERAGE_PREcISION_ABSTRACT_Hh_ #ifdef DLIB_AVERAGE_PREcISION_ABSTRACT_Hh_ #include <vector> namespace dlib { // ----------------------------------------------------------------...
2,886
41.455882
91
h
self
self-master/lib/dlib/statistics/vector_normalizer_frobmetric_abstract.h
// Copyright (C) 2013 Davis E. King (davis@dlib.net) // License: Boost Software License See LICENSE.txt for the full license. #undef DLIB_VECTOR_NORMALIZER_FRoBMETRIC_ABSTRACT_Hh_ #ifdef DLIB_VECTOR_NORMALIZER_FRoBMETRIC_ABSTRACT_Hh_ #include "../matrix.h" namespace dlib { // -------------------------------------...
12,432
36.790274
120
h
self
self-master/lib/dlib/statistics/random_subset_selector.h
// Copyright (C) 2010 Davis E. King (davis@dlib.net) // License: Boost Software License See LICENSE.txt for the full license. #ifndef DLIB_RANDOM_SUBSeT_SELECTOR_H_ #define DLIB_RANDOM_SUBSeT_SELECTOR_H_ #include "random_subset_selector_abstract.h" #include "../rand.h" #include <vector> #include "../algs.h" #includ...
10,729
27.766756
109
h
self
self-master/lib/dlib/lzp_buffer/lzp_buffer_kernel_c.h
// Copyright (C) 2003 Davis E. King (davis@dlib.net) // License: Boost Software License See LICENSE.txt for the full license. #ifndef DLIB_LZP_BUFFER_KERNEl_C_ #define DLIB_LZP_BUFFER_KERNEl_C_ #include "lzp_buffer_kernel_abstract.h" #include "../algs.h" #include "../assert.h" #include <iostream> namespace dlib { ...
2,822
26.676471
91
h
self
self-master/lib/dlib/lzp_buffer/lzp_buffer_kernel_1.h
// Copyright (C) 2005 Davis E. King (davis@dlib.net) // License: Boost Software License See LICENSE.txt for the full license. #ifndef DLIB_LZP_BUFFER_KERNEl_1_ #define DLIB_LZP_BUFFER_KERNEl_1_ #include "../algs.h" #include "lzp_buffer_kernel_abstract.h" namespace dlib { template < typename sbuf ...
6,212
25.21519
105
h
self
self-master/lib/dlib/lzp_buffer/lzp_buffer_kernel_2.h
// Copyright (C) 2005 Davis E. King (davis@dlib.net) // License: Boost Software License See LICENSE.txt for the full license. #ifndef DLIB_LZP_BUFFER_KERNEl_2_ #define DLIB_LZP_BUFFER_KERNEl_2_ #include "../algs.h" #include "lzp_buffer_kernel_abstract.h" #include <new> namespace dlib { template < type...
8,804
26.515625
105
h
self
self-master/lib/dlib/lzp_buffer/lzp_buffer_kernel_abstract.h
// Copyright (C) 2005 Davis E. King (davis@dlib.net) // License: Boost Software License See LICENSE.txt for the full license. #undef DLIB_LZP_BUFFER_KERNEl_ABSTRACT_ #ifdef DLIB_LZP_BUFFER_KERNEl_ABSTRACT_ #include "../algs.h" namespace dlib { class lzp_buffer { /*! INITIAL VALUE ...
4,190
30.992366
88
h
self
self-master/lib/dlib/optimization/optimization_least_squares.h
// Copyright (C) 2010 Davis E. King (davis@dlib.net) // License: Boost Software License See LICENSE.txt for the full license. #ifndef DLIB_OPTIMIZATION_LEAST_SQuARES_H_h_ #define DLIB_OPTIMIZATION_LEAST_SQuARES_H_h_ #include "../matrix.h" #include "optimization_trust_region.h" #include "optimization_least_squares_a...
11,153
31.236994
118
h
self
self-master/lib/dlib/optimization/find_max_parse_cky_abstract.h
// Copyright (C) 2012 Davis E. King (davis@dlib.net) // License: Boost Software License See LICENSE.txt for the full license. #undef DLIB_FIND_MAX_PARsE_CKY_ABSTRACT_Hh_ #ifdef DLIB_FIND_MAX_PARsE_CKY_ABSTRACT_Hh_ #include <vector> #include <string> #include "../algs.h" #include "../serialize.h" namespace dlib {...
15,951
40.007712
107
h
self
self-master/lib/dlib/optimization/optimization_line_search_abstract.h
// Copyright (C) 2008 Davis E. King (davis@dlib.net) // License: Boost Software License See LICENSE.txt for the full license. #undef DLIB_OPTIMIZATIOn_ABSTRACT_ #ifdef DLIB_OPTIMIZATIOn_ABSTRACT_ #include <cmath> #include <limits> #include "../matrix/matrix_abstract.h" #include "../algs.h" namespace dlib { // --...
13,276
35.676796
109
h
self
self-master/lib/dlib/optimization/optimization_trust_region.h
// Copyright (C) 2010 Davis E. King (davis@dlib.net) // License: Boost Software License See LICENSE.txt for the full license. #ifndef DLIB_OPTIMIZATION_TRUST_REGIoN_Hh_ #define DLIB_OPTIMIZATION_TRUST_REGIoN_Hh_ #include "../matrix.h" #include "optimization_trust_region_abstract.h" namespace dlib { // -----------...
14,290
34.638404
119
h
self
self-master/lib/dlib/optimization/optimization_abstract.h
// Copyright (C) 2008 Davis E. King (davis@dlib.net) // License: Boost Software License See LICENSE.txt for the full license. #undef DLIB_OPTIMIZATIOn_ABSTRACT_ #ifdef DLIB_OPTIMIZATIOn_ABSTRACT_ #include <cmath> #include <limits> #include "../matrix/matrix_abstract.h" #include "../algs.h" #include "optimization_se...
21,519
44.884861
101
h
self
self-master/lib/dlib/optimization/find_max_factor_graph_viterbi.h
// Copyright (C) 2011 Davis E. King (davis@dlib.net) // License: Boost Software License See LICENSE.txt for the full license. #ifndef DLIB_FIND_MAX_FACTOR_GRAPH_VITERBi_Hh_ #define DLIB_FIND_MAX_FACTOR_GRAPH_VITERBi_Hh_ #include "find_max_factor_graph_viterbi_abstract.h" #include <vector> #include "../matrix.h" #in...
9,830
41.193133
125
h
self
self-master/lib/dlib/optimization/find_max_parse_cky.h
// Copyright (C) 2012 Davis E. King (davis@dlib.net) // License: Boost Software License See LICENSE.txt for the full license. #ifndef DLIB_FIND_MAX_PaRSE_CKY_Hh_ #define DLIB_FIND_MAX_PaRSE_CKY_Hh_ #include "find_max_parse_cky_abstract.h" #include <vector> #include <string> #include <sstream> #include "../serialize...
13,314
31.084337
106
h
self
self-master/lib/dlib/optimization/optimization_solve_qp2_using_smo_abstract.h
// Copyright (C) 2007 Davis E. King (davis@dlib.net) // License: Boost Software License See LICENSE.txt for the full license. #undef DLIB_OPTIMIZATION_SOLVE_QP2_USING_SMO_ABSTRACT_H_ #ifdef DLIB_OPTIMIZATION_SOLVE_QP2_USING_SMO_ABSTRACT_H_ #include "../matrix/matrix_abstract.h" #include "../algs.h" namespace dlib ...
5,858
37.801325
100
h
self
self-master/lib/dlib/optimization/optimization_oca.h
// Copyright (C) 2010 Davis E. King (davis@dlib.net) // License: Boost Software License See LICENSE.txt for the full license. #ifndef DLIB_OPTIMIZATIoN_OCA_Hh_ #define DLIB_OPTIMIZATIoN_OCA_Hh_ #include "optimization_oca_abstract.h" #include "../matrix.h" #include "optimization_solve_qp_using_smo.h" #include <vect...
15,879
37.921569
131
h
self
self-master/lib/dlib/optimization/optimization_solve_qp_using_smo_abstract.h
// Copyright (C) 2010 Davis E. King (davis@dlib.net) // License: Boost Software License See LICENSE.txt for the full license. #undef DLIB_OPTIMIZATION_SOLVE_QP_UsING_SMO_ABSTRACT_Hh_ #ifdef DLIB_OPTIMIZATION_SOLVE_QP_UsING_SMO_ABSTRACT_Hh_ #include "../matrix.h" namespace dlib { // -------------------------------...
7,710
43.831395
111
h
self
self-master/lib/dlib/optimization/find_max_factor_graph_nmplp_abstract.h
// Copyright (C) 2011 Davis E. King (davis@dlib.net) // License: Boost Software License See LICENSE.txt for the full license. #undef DLIB_FIND_MAX_FACTOR_GRAPH_nMPLP_ABSTRACT_Hh_ #ifdef DLIB_FIND_MAX_FACTOR_GRAPH_nMPLP_ABSTRACT_Hh_ #include <vector> namespace dlib { // -------------------------------------------...
13,713
36.469945
131
h
self
self-master/lib/dlib/optimization/elastic_net.h
// Copyright (C) 2016 Davis E. King (davis@dlib.net) // License: Boost Software License See LICENSE.txt for the full license. #ifndef DLIB_ElASTIC_NET_Hh_ #define DLIB_ElASTIC_NET_Hh_ #include "../matrix.h" #include "elastic_net_abstract.h" namespace dlib { // -----------------------------------------------------...
13,085
32.553846
116
h
self
self-master/lib/dlib/optimization/optimization_solve_qp_using_smo.h
// Copyright (C) 2010 Davis E. King (davis@dlib.net) // License: Boost Software License See LICENSE.txt for the full license. #ifndef DLIB_OPTIMIZATION_SOLVE_QP_UsING_SMO_Hh_ #define DLIB_OPTIMIZATION_SOLVE_QP_UsING_SMO_Hh_ #include "optimization_solve_qp_using_smo_abstract.h" #include "../matrix.h" namespace dlib...
23,103
40.257143
107
h
self
self-master/lib/dlib/optimization/find_max_factor_graph_viterbi_abstract.h
// Copyright (C) 2011 Davis E. King (davis@dlib.net) // License: Boost Software License See LICENSE.txt for the full license. #undef DLIB_FIND_MAX_FACTOR_GRAPH_VITERBi_ABSTRACT_Hh_ #ifdef DLIB_FIND_MAX_FACTOR_GRAPH_VITERBi_ABSTRACT_Hh_ #include <vector> #include "../matrix.h" namespace dlib { // ----------------...
5,639
41.727273
107
h
self
self-master/lib/dlib/optimization/find_optimal_parameters_abstract.h
// Copyright (C) 2016 Davis E. King (davis@dlib.net) // License: Boost Software License See LICENSE.txt for the full license. #undef DLIB_fIND_OPTIMAL_PARAMETERS_ABSTRACT_Hh_ #ifdef DLIB_fIND_OPTIMAL_PARAMETERS_ABSTRACT_Hh_ #include "../matrix.h" namespace dlib { // -----------------------------------------------...
2,346
38.779661
91
h
self
self-master/lib/dlib/optimization/elastic_net_abstract.h
// Copyright (C) 2016 Davis E. King (davis@dlib.net) // License: Boost Software License See LICENSE.txt for the full license. #undef DLIB_ElASTIC_NET_ABSTRACT_Hh_ #ifdef DLIB_ElASTIC_NET_ABSTRACT_Hh_ #include "../matrix.h" namespace dlib { // -----------------------------------------------------------------------...
6,517
33.125654
92
h
self
self-master/lib/dlib/optimization/max_sum_submatrix.h
// Copyright (C) 2011 Davis E. King (davis@dlib.net) // License: Boost Software License See LICENSE.txt for the full license. #ifndef DLIB_MAX_SUM_SUBMaTRIX_Hh_ #define DLIB_MAX_SUM_SUBMaTRIX_Hh_ #include "max_sum_submatrix_abstract.h" #include "../matrix.h" #include <vector> #include <queue> #include "../geometry....
9,119
30.888112
111
h
self
self-master/lib/dlib/optimization/optimization_trust_region_abstract.h
// Copyright (C) 2010 Davis E. King (davis@dlib.net) // License: Boost Software License See LICENSE.txt for the full license. #undef DLIB_OPTIMIZATION_TRUST_REGIoN_H_ABSTRACTh_ #ifdef DLIB_OPTIMIZATION_TRUST_REGIoN_H_ABSTRACTh_ #include "../matrix/matrix_abstract.h" namespace dlib { // ---------------------------...
7,743
41.31694
102
h
self
self-master/lib/dlib/optimization/max_cost_assignment.h
// Copyright (C) 2011 Davis E. King (davis@dlib.net) // License: Boost Software License See LICENSE.txt for the full license. #ifndef DLIB_MAX_COST_ASSIgNMENT_Hh_ #define DLIB_MAX_COST_ASSIgNMENT_Hh_ #include "max_cost_assignment_abstract.h" #include "../matrix.h" #include <vector> #include <deque> namespace dlib ...
9,739
32.702422
91
h
self
self-master/lib/dlib/optimization/optimization_search_strategies.h
// Copyright (C) 2008 Davis E. King (davis@dlib.net) // License: Boost Software License See LICENSE.txt for the full license. #ifndef DLIB_OPTIMIZATIOn_SEARCH_STRATEGIES_H_ #define DLIB_OPTIMIZATIOn_SEARCH_STRATEGIES_H_ #include <cmath> #include <limits> #include "../matrix.h" #include "../algs.h" #include "optimiz...
10,381
30.944615
116
h
self
self-master/lib/dlib/optimization/max_cost_assignment_abstract.h
// Copyright (C) 2011 Davis E. King (davis@dlib.net) // License: Boost Software License See LICENSE.txt for the full license. #undef DLIB_MAX_COST_ASSIgNMENT_ABSTRACT_Hh_ #ifdef DLIB_MAX_COST_ASSIgNMENT_ABSTRACT_Hh_ #include "../matrix.h" #include <vector> namespace dlib { // -------------------------------------...
2,217
33.65625
91
h
self
self-master/lib/dlib/optimization/optimization_oca_abstract.h
// Copyright (C) 2010 Davis E. King (davis@dlib.net) // License: Boost Software License See LICENSE.txt for the full license. #undef DLIB_OPTIMIZATION_OCA_ABsTRACT_Hh_ #ifdef DLIB_OPTIMIZATION_OCA_ABsTRACT_Hh_ // ---------------------------------------------------------------------------------------- namespace dli...
13,845
40.331343
112
h
self
self-master/lib/dlib/optimization/optimization_search_strategies_abstract.h
// Copyright (C) 2008 Davis E. King (davis@dlib.net) // License: Boost Software License See LICENSE.txt for the full license. #undef DLIB_OPTIMIZATIOn_SEARCH_STRATEGIES_ABSTRACT_ #ifdef DLIB_OPTIMIZATIOn_SEARCH_STRATEGIES_ABSTRACT_ #include <cmath> #include <limits> #include "../matrix/matrix_abstract.h" #include "...
12,486
36.725076
97
h
self
self-master/lib/dlib/optimization/optimization_bobyqa_abstract.h
// Copyright (C) 2009 Davis E. King (davis@dlib.net) // License: Boost Software License See LICENSE.txt for the full license. #undef DLIB_OPTIMIZATIOn_BOBYQA_ABSTRACT_Hh_ #ifdef DLIB_OPTIMIZATIOn_BOBYQA_ABSTRACT_Hh_ #include "../matrix.h" // -------------------------------------------------------------------------...
4,809
38.752066
97
h
self
self-master/lib/dlib/optimization/optimization_solve_qp2_using_smo.h
// Copyright (C) 2007 Davis E. King (davis@dlib.net) // License: Boost Software License See LICENSE.txt for the full license. #ifndef DLIB_SOLVE_QP2_USING_SMo_Hh_ #define DLIB_SOLVE_QP2_USING_SMo_Hh_ #include "optimization_solve_qp2_using_smo_abstract.h" #include <cmath> #include <limits> #include <sstream> #includ...
14,626
30.187633
117
h
self
self-master/lib/dlib/optimization/optimization_least_squares_abstract.h
// Copyright (C) 2010 Davis E. King (davis@dlib.net) // License: Boost Software License See LICENSE.txt for the full license. #undef DLIB_OPTIMIZATIOn_LEAST_SQUARES_ABSTRACT_ #ifdef DLIB_OPTIMIZATIOn_LEAST_SQUARES_ABSTRACT_ #include "../matrix/matrix_abstract.h" #include "optimization_trust_region_abstract.h" name...
4,995
43.212389
109
h
self
self-master/lib/dlib/optimization/max_sum_submatrix_abstract.h
// Copyright (C) 2011 Davis E. King (davis@dlib.net) // License: Boost Software License See LICENSE.txt for the full license. #undef DLIB_MAX_SUM_SUBMaTRIX_ABSTRACT_Hh_ #ifdef DLIB_MAX_SUM_SUBMaTRIX_ABSTRACT_Hh_ #include "../matrix.h" #include <vector> #include "../geometry.h" namespace dlib { // ----------------...
1,771
34.44
101
h
self
self-master/lib/dlib/optimization/optimization_stop_strategies_abstract.h
// Copyright (C) 2008 Davis E. King (davis@dlib.net) // License: Boost Software License See LICENSE.txt for the full license. #undef DLIB_OPTIMIZATIOn_STOP_STRATEGIES_ABSTRACT_ #ifdef DLIB_OPTIMIZATIOn_STOP_STRATEGIES_ABSTRACT_ #include <cmath> #include <limits> #include "../matrix/matrix_abstract.h" #include "../a...
5,310
32.613924
91
h
self
self-master/lib/dlib/optimization/find_optimal_parameters.h
// Copyright (C) 2016 Davis E. King (davis@dlib.net) // License: Boost Software License See LICENSE.txt for the full license. #ifndef DLIB_fIND_OPTIMAL_PARAMETERS_Hh_ #define DLIB_fIND_OPTIMAL_PARAMETERS_Hh_ #include "../matrix.h" #include "find_optimal_parameters_abstract.h" #include "optimization_bobyqa.h" #inclu...
4,218
34.754237
122
h
self
self-master/lib/dlib/optimization/optimization_solve_qp3_using_smo_abstract.h
// Copyright (C) 2010 Davis E. King (davis@dlib.net) // License: Boost Software License See LICENSE.txt for the full license. #undef DLIB_OPTIMIZATION_SOLVE_QP3_USING_SMO_ABSTRACT_H_ #ifdef DLIB_OPTIMIZATION_SOLVE_QP3_USING_SMO_ABSTRACT_H_ #include "../matrix/matrix_abstract.h" #include "../algs.h" namespace dlib ...
5,617
39.128571
114
h
self
self-master/lib/dlib/optimization/optimization_solve_qp3_using_smo.h
// Copyright (C) 2007 Davis E. King (davis@dlib.net) // License: Boost Software License See LICENSE.txt for the full license. #ifndef DLIB_SOLVE_QP3_USING_SMo_Hh_ #define DLIB_SOLVE_QP3_USING_SMo_Hh_ #include "optimization_solve_qp3_using_smo_abstract.h" #include <cmath> #include <limits> #include <sstream> #includ...
14,047
29.807018
107
h
self
self-master/lib/dlib/array2d/array2d_kernel.h
// Copyright (C) 2006 Davis E. King (davis@dlib.net) // License: Boost Software License See LICENSE.txt for the full license. #ifndef DLIB_ARRAY2D_KERNEl_1_ #define DLIB_ARRAY2D_KERNEl_1_ #include "array2d_kernel_abstract.h" #include "../algs.h" #include "../interfaces/enumerable.h" #include "../serialize.h" #inclu...
13,039
25.08
99
h
self
self-master/lib/dlib/array2d/array2d_generic_image.h
// Copyright (C) 2014 Davis E. King (davis@dlib.net) // License: Boost Software License See LICENSE.txt for the full license. #ifndef DLIB_ARRAY2D_GENERIC_iMAGE_Hh_ #define DLIB_ARRAY2D_GENERIC_iMAGE_Hh_ #include "array2d_kernel.h" #include "../image_processing/generic_image.h" namespace dlib { template <typen...
1,583
22.294118
75
h
self
self-master/lib/dlib/array2d/array2d_kernel_abstract.h
// Copyright (C) 2006 Davis E. King (davis@dlib.net) // License: Boost Software License See LICENSE.txt for the full license. #undef DLIB_ARRAY2D_KERNEl_ABSTRACT_ #ifdef DLIB_ARRAY2D_KERNEl_ABSTRACT_ #include "../interfaces/enumerable.h" #include "../serialize.h" #include "../algs.h" #include "../geometry/rectangle...
8,872
28.091803
113
h