Classes | Functions
contrib/mul/clsfy/clsfy_binary_threshold_1d_builder.h File Reference

Describe a concrete classifier builder for scalar data. More...

#include <clsfy/clsfy_builder_1d.h>
#include <vcl_string.h>
#include <vcl_iosfwd.h>
#include <vnl/vnl_vector.h>
#include <vbl/vbl_triple.h>

Go to the source code of this file.

Classes

class  clsfy_binary_threshold_1d_builder
 Base for classes to build clsfy_classifier_1d objects. More...

Functions

void vsl_b_write (vsl_b_ostream &bfs, const clsfy_binary_threshold_1d_builder &b)
 Binary file stream output operator for class reference.
void vsl_b_read (vsl_b_istream &bfs, clsfy_binary_threshold_1d_builder &b)
 Binary file stream input operator for class reference.
vcl_ostream & operator<< (vcl_ostream &os, const clsfy_binary_threshold_1d_builder &b)
 Stream output operator for class reference.
vcl_ostream & operator<< (vcl_ostream &os, const clsfy_binary_threshold_1d_builder *b)
 Stream output operator for class pointer.

Detailed Description

Describe a concrete classifier builder for scalar data.

Author:
Tim Cootes

Definition in file clsfy_binary_threshold_1d_builder.h.


Function Documentation

vcl_ostream& operator<< ( vcl_ostream &  os,
const clsfy_binary_threshold_1d_builder b 
)

Stream output operator for class reference.

vcl_ostream& operator<< ( vcl_ostream &  os,
const clsfy_binary_threshold_1d_builder b 
)

Stream output operator for class pointer.

void vsl_b_read ( vsl_b_istream bfs,
clsfy_binary_threshold_1d_builder b 
)

Binary file stream input operator for class reference.

void vsl_b_write ( vsl_b_ostream bfs,
const clsfy_binary_threshold_1d_builder b 
)

Binary file stream output operator for class reference.