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



class BuildNet

Class for building a neural net stored onto a file

Public Methods

[more] BuildNet ()
[more] BuildNet (char* namefile, OneLayerTest** oln)
[more]virtual ~BuildNet ()
[more]OneLayerTest* build (char* namefile)
[more]act_func Decode_act_fun (unsigned fun)


Documentation

Class for building a neural net stored onto a file - HTML documentation under construction.
o BuildNet()

o BuildNet(char* namefile, OneLayerTest** oln)

ovirtual ~BuildNet()

oOneLayerTest* build(char* namefile)

oact_func Decode_act_fun(unsigned fun)


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