Commit 40998905 authored by Davis King's avatar Davis King

Added a random forest regression tool.

parent 8b419e43
// 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"
namespace dlib
{
}
#endif // DLIB_RANDOM_FOReST_H_
This diff is collapsed.
This diff is collapsed.
......@@ -119,6 +119,7 @@ set (tests
read_write_mutex.cpp
reference_counter.cpp
rls.cpp
random_forest.cpp
sammon.cpp
scan_image.cpp
sequence.cpp
......
This diff is collapsed.
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment