Class to perform linear discriminant analysis. More...
#include "mbl_lda.h"#include <vcl_algorithm.h>#include <vcl_cassert.h>#include <vcl_cstddef.h>#include <vcl_cstring.h>#include <vsl/vsl_indent.h>#include <vsl/vsl_vector_io.h>#include <vsl/vsl_binary_io.h>#include <vnl/algo/vnl_svd.h>#include <vnl/algo/vnl_symmetric_eigensystem.h>#include <vnl/algo/vnl_generalized_eigensystem.h>#include <vnl/io/vnl_io_vector.h>#include <mbl/mbl_matxvec.h>#include <mbl/mbl_log.h>#include <mbl/mbl_exception.h>Go to the source code of this file.
Functions | |
| void | vsl_b_write (vsl_b_ostream &bfs, const mbl_lda &b) | 
| Binary file stream output operator for class reference.   | |
| void | vsl_b_read (vsl_b_istream &bfs, mbl_lda &b) | 
| Binary file stream input operator for class reference.   | |
| vcl_ostream & | operator<< (vcl_ostream &os, const mbl_lda &b) | 
| Stream output operator for class reference.   | |
| void | vsl_print_summary (vcl_ostream &os, const mbl_lda &b) | 
| Print summary for class reference.   | |
Class to perform linear discriminant analysis.
Definition in file mbl_lda.cxx.
| vcl_ostream& operator<< | ( | vcl_ostream & | os, | 
| const mbl_lda & | b | ||
| ) | 
Stream output operator for class reference.
Definition at line 522 of file mbl_lda.cxx.
| void vsl_b_read | ( | vsl_b_istream & | bfs, | 
| mbl_lda & | b | ||
| ) | 
Binary file stream input operator for class reference.
Definition at line 515 of file mbl_lda.cxx.
| void vsl_b_write | ( | vsl_b_ostream & | bfs, | 
| const mbl_lda & | b | ||
| ) | 
Binary file stream output operator for class reference.
Definition at line 508 of file mbl_lda.cxx.
| void vsl_print_summary | ( | vcl_ostream & | os, | 
| const mbl_lda & | b | ||
| ) | 
Print summary for class reference.
Definition at line 532 of file mbl_lda.cxx.
 1.7.5.1