Class to perform linear discriminant analysis. More...
#include <vcl_string.h>#include <vcl_vector.h>#include <vcl_iosfwd.h>#include <vnl/vnl_vector.h>#include <vnl/vnl_matrix.h>#include <vnl/io/vnl_io_matrix.h>Go to the source code of this file.
Classes | |
| class | mbl_lda |
| Class to perform linear discriminant analysis. More... | |
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. | |
| void | vsl_print_summary (vcl_ostream &os, const mbl_lda &b) |
| Print summary for class reference. | |
| vcl_ostream & | operator<< (vcl_ostream &os, const mbl_lda &b) |
| Stream output operator for class reference. | |
Class to perform linear discriminant analysis.
Definition in file mbl_lda.h.
| 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