/[marvin]/marvin/src/libnn/initMlpnnVisitor.ml
ViewVC logotype

Diff of /marvin/src/libnn/initMlpnnVisitor.ml

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.1 by matthieu, Wed Jul 23 15:49:11 2003 UTC revision 1.2 by matthieu, Mon Jul 28 21:32:13 2003 UTC
# Line 36  Line 36 
36  *****************************************************************)  *****************************************************************)
37    
38  (**  (**
39    The initCommonVisitor class    The initMlpNNVisitor class
40    
41    @author Matthieu Lagacherie    @author Matthieu Lagacherie
42    @author Olivier Ricordeau    @author Olivier Ricordeau
# Line 124  object Line 124  object
124      @see <http://caml.inria.fr/devtools/doc_ocaml/Unix.html#VALtime>      @see <http://caml.inria.fr/devtools/doc_ocaml/Unix.html#VALtime>
125      Used to initialize the random number generator.      Used to initialize the random number generator.
126    *)    *)
127    method visitMlpnn (network : mlpNN) =    method visit (network : mlpNN) =
128            
129      (** Initialize the random number generator. *)      (** Initialize the random number generator. *)
130      Random.self_init();      Random.self_init();

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.2

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26