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

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

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

revision 1.6 by matthieu, Sun Sep 7 22:10:04 2003 UTC revision 1.7 by srv89, Tue Sep 9 12:56:27 2003 UTC
# Line 43  Line 43 
43    @since 08/26/2003    @since 08/26/2003
44  *)  *)
45    
46    open Nn
47  open MlpNN  open MlpNN
48  open XmlVisitor  open XmlVisitor
49    
# Line 61  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;      super#beginDump (network :> nn);
66            
67      (**      (**
68        Dump Multi-Layer Perceptron specific stuffs.        Dump Multi-Layer Perceptron specific stuffs.
# Line 92  object Line 93  object
93      (**      (**
94        Call the method from xmlVisitor which finishes the dump.        Call the method from xmlVisitor which finishes the dump.
95      *)      *)
96      super#endDump network      super#endDump (network :> nn)
97                
98  end  end

Legend:
Removed from v.1.6  
changed lines
  Added in v.1.7

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