dlib/dlib/manifold_regularization.h
Davis King c359a37d39 Moved more graph tools into the graph_utils folder.
--HG--
rename : dlib/manifold_regularization/function_objects.h => dlib/graph_utils/function_objects.h
rename : dlib/manifold_regularization/function_objects_abstract.h => dlib/graph_utils/function_objects_abstract.h
2012-11-05 22:00:02 -05:00

14 lines
417 B
C

// Copyright (C) 2010 Davis E. King (davis@dlib.net)
// License: Boost Software License See LICENSE.txt for the full license.
#ifndef DLIB_MANIFOLD_REGULARIzATION_HEADER
#define DLIB_MANIFOLD_REGULARIzATION_HEADER
#include "graph_utils/edge_list_graphs.h"
#include "manifold_regularization/linear_manifold_regularizer.h"
#include "graph_utils/function_objects.h"
#endif // DLIB_MANIFOLD_REGULARIzATION_HEADER