Describe a random classifier builder. More...
#include <clsfy/clsfy_builder_base.h>#include <vcl_vector.h>#include <vcl_string.h>#include <vcl_iosfwd.h>#include <mbl/mbl_data_wrapper.h>#include <vnl/vnl_vector.h>Go to the source code of this file.
Classes | |
| class | clsfy_random_builder | 
| Builds clsfy_random_classifier classifiers.  More... | |
Functions | |
| void | vsl_b_write (vsl_b_ostream &bfs, const clsfy_random_builder &b) | 
| Binary file stream output operator for class reference.   | |
| void | vsl_b_read (vsl_b_istream &bfs, clsfy_random_builder &b) | 
| Binary file stream input operator for class reference.   | |
| vcl_ostream & | operator<< (vcl_ostream &os, const clsfy_random_builder &b) | 
| Stream output operator for class reference.   | |
| vcl_ostream& operator<< | ( | vcl_ostream & | os, | 
| const clsfy_random_builder & | b | ||
| ) | 
Stream output operator for class reference.
| void vsl_b_read | ( | vsl_b_istream & | bfs, | 
| clsfy_random_builder & | b | ||
| ) | 
Binary file stream input operator for class reference.
| void vsl_b_write | ( | vsl_b_ostream & | bfs, | 
| const clsfy_random_builder & | b | ||
| ) | 
Binary file stream output operator for class reference.
 1.7.5.1