summaryrefslogtreecommitdiffstats
path: root/ml/dlib/dlib/random_forest.h
diff options
context:
space:
mode:
Diffstat (limited to 'ml/dlib/dlib/random_forest.h')
-rw-r--r--ml/dlib/dlib/random_forest.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/ml/dlib/dlib/random_forest.h b/ml/dlib/dlib/random_forest.h
new file mode 100644
index 000000000..082f36703
--- /dev/null
+++ b/ml/dlib/dlib/random_forest.h
@@ -0,0 +1,10 @@
+// Copyright (C) 2018 Davis E. King (davis@dlib.net)
+// License: Boost Software License See LICENSE.txt for the full license.
+#ifndef DLIB_RANDOM_FOReST_H_
+#define DLIB_RANDOM_FOReST_H_
+
+#include "random_forest/random_forest_regression.h"
+
+#endif // DLIB_RANDOM_FOReST_H_
+
+