Functions
contrib/mul/clsfy/clsfy_mean_square_1d.cxx File Reference

Simplest possible 1D classifier: A single thresholding function. More...

#include "clsfy_mean_square_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_mean_square_1d &b)
void vsl_b_read (vsl_b_istream &bfs, clsfy_mean_square_1d &b)
void vsl_print_summary (vcl_ostream &os, const clsfy_mean_square_1d &b)
vcl_ostream & operator<< (vcl_ostream &os, const clsfy_mean_square_1d &b)

Detailed Description

Simplest possible 1D classifier: A single thresholding function.

Author:
Tim Cootes

Definition in file clsfy_mean_square_1d.cxx.


Function Documentation

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

Definition at line 151 of file clsfy_mean_square_1d.cxx.

void vsl_b_read ( vsl_b_istream bfs,
clsfy_mean_square_1d b 
)

Definition at line 134 of file clsfy_mean_square_1d.cxx.

void vsl_b_write ( vsl_b_ostream bfs,
const clsfy_mean_square_1d b 
)

Definition at line 127 of file clsfy_mean_square_1d.cxx.

void vsl_print_summary ( vcl_ostream &  os,
const clsfy_mean_square_1d b 
)

Definition at line 141 of file clsfy_mean_square_1d.cxx.