/[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.7 by srv89, Tue Sep 9 12:56:27 2003 UTC revision 1.8 by srv89, Wed Sep 10 11:32:19 2003 UTC
# Line 54  class xmlMlpnnVisitor = Line 54  class xmlMlpnnVisitor =
54  object  object
55    inherit [mlpNN] xmlVisitor as super    inherit [mlpNN] xmlVisitor as super
56    
57      initializer
58        _moduleName <- "MLNN xml import/export"
59    
60    (**    (**
61      The method which dumps Multi Layer Perceptron specific stuffs.      The method which dumps Multi Layer Perceptron specific stuffs.
62      @param network The Multi Layer Perceptron which is to be dumped.      @param network The Multi Layer Perceptron which is to be dumped.
# Line 61  object Line 64  object
64    method visit (network : mlpNN) =    method visit (network : mlpNN) =
65      (**      (**
66        Call the method from xmlVisitor which begins the dump.        Call the method from xmlVisitor which begins the dump.
67        *)      *)
68      super#beginDump (network :> nn);      super#beginDump (network :> nn);
69            
70      (**      (**

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

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