Classes | Functions
contrib/mul/mbl/mbl_rbf_network.h File Reference

A class to perform some of the functions of a Radial Basis Function Network. More...

#include <vsl/vsl_binary_io.h>
#include <vnl/io/vnl_io_vector.h>
#include <vnl/io/vnl_io_matrix.h>
#include <vnl/vnl_vector.h>
#include <vcl_string.h>
#include <vcl_vector.h>
#include <vcl_cmath.h>
#include <vcl_iosfwd.h>

Go to the source code of this file.

Classes

class  mbl_rbf_network
 A class to perform some of the functions of a Radial Basis Function Network. More...

Functions

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

Detailed Description

A class to perform some of the functions of a Radial Basis Function Network.

Author:
tfc wondrous VXL conversion started by gvw, errors corrected by ...

Definition in file mbl_rbf_network.h.


Function Documentation

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

Stream output operator for class reference.

Definition at line 279 of file mbl_rbf_network.cxx.

void vsl_b_read ( vsl_b_istream bfs,
mbl_rbf_network b 
)

Binary file stream input operator for class reference.

Definition at line 270 of file mbl_rbf_network.cxx.

void vsl_b_write ( vsl_b_ostream bfs,
const mbl_rbf_network b 
)

Binary file stream output operator for class reference.

Definition at line 261 of file mbl_rbf_network.cxx.