mirror of
https://github.com/davisking/dlib.git
synced 2024-11-01 10:14:53 +08:00
c359a37d39
--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
14 lines
417 B
C
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
|
|
|
|
|
|
|