a set of C++ library classes
for neural networks development



class LearnType

It stores info about learning algorithm - HTML documentaiton under construction.

Public Fields

[more]Learning* learn
[more]unsigned maxits
[more]double err_tol
[more]learn_mode mode

Public Methods

[more] LearnType (Learning* l, unsigned maxit, double errmax, learn_mode m)
[more] ~LearnType ()

Public Members

[more]enum learn_mode


Documentation

Class for storing info about learning algorithm
oenum learn_mode

oLearning* learn

ounsigned maxits

odouble err_tol

olearn_mode mode

o LearnType(Learning* l, unsigned maxit, double errmax, learn_mode m)

o ~LearnType()


This class has no child classes.

Alphabetic index HTML hierarchy of classes or Java


Last Updated February 2001
For comments and suggestions mail to Giorgio Valentini