mlp_net
class represents the Multilayer Perception Network
employing the so-called compressed representation, which was inspired
by the Compressed Column Storage familiar from sparse matrix algebra.
Although the representation and algorithms working with it are somewhat
complicated, the user is provided with a simple and intuitive interface
that completely hides the internal workings of the package, which in its
large part is written in C++.
m_name
m_layers
m_n_pointers
m_n_prev
m_n_next
m_w_pointers
m_w_values
m_w_flags
m_w_on
m_af
m_af_p
mlp_net
for creating objects of this class.