Simplest possible 1D classifier: A single thresholding function. More...
#include "clsfy_binary_threshold_1d.h"
#include <vcl_string.h>
#include <vcl_iostream.h>
#include <vcl_vector.h>
#include <vcl_cassert.h>
#include <vcl_cmath.h>
#include <vsl/vsl_binary_io.h>
#include <vsl/vsl_indent.h>
#include <vnl/vnl_double_2.h>
#include <vnl/io/vnl_io_vector.h>
#include <vnl/io/vnl_io_matrix.h>
Go to the source code of this file.
Functions | |
void | vsl_b_write (vsl_b_ostream &bfs, const clsfy_binary_threshold_1d &b) |
void | vsl_b_read (vsl_b_istream &bfs, clsfy_binary_threshold_1d &b) |
void | vsl_print_summary (vcl_ostream &os, const clsfy_binary_threshold_1d &b) |
vcl_ostream & | operator<< (vcl_ostream &os, const clsfy_binary_threshold_1d &b) |
Simplest possible 1D classifier: A single thresholding function.
Definition in file clsfy_binary_threshold_1d.cxx.
vcl_ostream& operator<< | ( | vcl_ostream & | os, |
const clsfy_binary_threshold_1d & | b | ||
) |
Definition at line 149 of file clsfy_binary_threshold_1d.cxx.
void vsl_b_read | ( | vsl_b_istream & | bfs, |
clsfy_binary_threshold_1d & | b | ||
) |
Definition at line 132 of file clsfy_binary_threshold_1d.cxx.
void vsl_b_write | ( | vsl_b_ostream & | bfs, |
const clsfy_binary_threshold_1d & | b | ||
) |
Definition at line 125 of file clsfy_binary_threshold_1d.cxx.
void vsl_print_summary | ( | vcl_ostream & | os, |
const clsfy_binary_threshold_1d & | b | ||
) |
Definition at line 139 of file clsfy_binary_threshold_1d.cxx.