contrib/mul/clsfy/clsfy_binary_tree_builder.cxx File Reference

Implement a binary_tree classifier builder. More...

#include "clsfy_binary_tree_builder.h"
#include <clsfy/clsfy_binary_threshold_1d_gini_builder.h>
#include <vcl_iostream.h>
#include <vcl_string.h>
#include <vcl_algorithm.h>
#include <vcl_numeric.h>
#include <vcl_iterator.h>
#include <vcl_cassert.h>
#include <vcl_cstddef.h>
#include <vsl/vsl_binary_loader.h>
#include <mbl/mbl_stl.h>
#include <clsfy/clsfy_k_nearest_neighbour.h>

Go to the source code of this file.


Detailed Description

Implement a binary_tree classifier builder.

Author:
Martin Roberts

Definition in file clsfy_binary_tree_builder.cxx.