// Copyright (C) 2007 Davis E. King (davisking@users.sourceforge.net) // License: Boost Software License See LICENSE.txt for the full license. #ifndef DLIB_SVm_HEADER #define DLIB_SVM_HEADER #include "svm/svm.h" #include "svm/krls.h" #include "svm/kcentroid.h" #include "svm/kkmeans.h" #include "svm/feature_ranking.h" #include "svm/rbf_network.h" #include "svm/linearly_independent_subset_finder.h" #include "svm/reduced.h" #include "svm/rvm.h" #endif // DLIB_SVm_HEADER