1 // Copyright (C) 2008  Davis E. King (davis@dlib.net)
2 // License: Boost Software License   See LICENSE.txt for the full license.
3 #ifndef DLIB_STATISTICs_H_
4 #define DLIB_STATISTICs_H_
5 
6 #include "statistics/statistics.h"
7 #include "statistics/dpca.h"
8 #include "statistics/random_subset_selector.h"
9 #include "statistics/image_feature_sampling.h"
10 #include "statistics/sammon.h"
11 #include "statistics/cca.h"
12 #include "statistics/average_precision.h"
13 #include "statistics/vector_normalizer_frobmetric.h"
14 #include "statistics/lda.h"
15 
16 #endif // DLIB_STATISTICs_H_
17 
18 
19 
20