// Copyright (C) 2018 Davis E. King (davis@dlib.net) // License: Boost Software License See LICENSE.txt for the full license. #ifndef DLIB_AUTO_LEARnING_Hh_ #define DLIB_AUTO_LEARnING_Hh_ #include "auto_abstract.h" #include "../algs.h" #include "function.h" #include "kernel.h" #include #include namespace dlib { normalized_function>>> auto_train_rbf_classifier ( std::vector> x, std::vector y, const std::chrono::nanoseconds max_runtime, bool be_verbose = true ); } #endif // DLIB_AUTO_LEARnING_Hh_