/[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.5 by srv89, Sun Sep 7 19:13:12 2003 UTC revision 1.6 by matthieu, Sun Sep 7 22:10:04 2003 UTC
# Line 51  open XmlVisitor Line 51  open XmlVisitor
51  *)        *)      
52  class xmlMlpnnVisitor =  class xmlMlpnnVisitor =
53  object  object
54    inherit ['a] xmlVisitor as super    inherit [mlpNN] xmlVisitor as super
55    
56    (**    (**
57      The method which dumps Multi Layer Perceptron specific stuffs.      The method which dumps Multi Layer Perceptron specific stuffs.
# Line 61  object Line 61  object
61      (**      (**
62        Call the method from xmlVisitor which begins the dump.        Call the method from xmlVisitor which begins the dump.
63        *)        *)
64      super#beginDump (network :> nn);      super#beginDump network;
65            
66      (**      (**
67        Dump Multi-Layer Perceptron specific stuffs.        Dump Multi-Layer Perceptron specific stuffs.
# Line 92  object Line 92  object
92      (**      (**
93        Call the method from xmlVisitor which finishes the dump.        Call the method from xmlVisitor which finishes the dump.
94      *)      *)
95      super#endDump (network :> nn)      super#endDump network
96                
97  end  end

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

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