/[marvin]/marvin/src/libnn/xml/xmlTdnnVisitor.ml
ViewVC logotype

Diff of /marvin/src/libnn/xml/xmlTdnnVisitor.ml

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

revision 1.4 by srv89, Mon Sep 1 20:43:52 2003 UTC revision 1.5 by matthieu, Sun Sep 7 22:10:04 2003 UTC
# Line 52  open XmlVisitor Line 52  open XmlVisitor
52  *)        *)      
53  class xmlTdnnVisitor =  class xmlTdnnVisitor =
54  object  object
55    inherit ['a] xmlVisitor as super    inherit [tdNN] xmlVisitor as super
56    
57    (**    (**
58      The method which dumps Time Delay Neural Network specific stuffs.      The method which dumps Time Delay Neural Network specific stuffs.
# Line 62  object Line 62  object
62      (**      (**
63        Call the method from xmlVisitor which begins the dump.        Call the method from xmlVisitor which begins the dump.
64      *)      *)
65      super#beginDump (network :> nn);      super#beginDump network;
66            
67      (**      (**
68        Dump Time Delay Neural Network specific stuffs.        Dump Time Delay Neural Network specific stuffs.
# Line 101  object Line 101  object
101      (**      (**
102        Call the method from xmlVisitor which finishes the dump.        Call the method from xmlVisitor which finishes the dump.
103      *)      *)
104      super#endDump (network :> nn)      super#endDump network
105    
106  end  end

Legend:
Removed from v.1.4  
changed lines
  Added in v.1.5

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