marvin-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Marvin-cvs] marvin/src/libnn/xml xmlMlpnnVisitor.ml xmlVisi...


From: Olivier Ricordeau
Subject: [Marvin-cvs] marvin/src/libnn/xml xmlMlpnnVisitor.ml xmlVisi...
Date: Tue, 26 Aug 2003 06:01:19 -0400

CVSROOT:        /cvsroot/marvin
Module name:    marvin
Branch:         
Changes by:     Olivier Ricordeau <address@hidden>      03/08/26 06:01:19

Modified files:
        src/libnn/xml  : xmlMlpnnVisitor.ml xmlVisitor.ml 

Log message:
        Wrote the basic XML export structure:
        The `xml_begin' and `xml_end' methods are coded in the abstract 
`xmlVisitor'
        class, in order to factorize the code. Concrete classes which inherit 
from
        xmlVisitor call xml_begin to create the XML file and dump the generic 
stuffs
        (learning environment, corpus, etc.). Then, they dump the stuffs which 
are
        specific to their kind of network. Finally, they call xml_end to close 
all
        pending tags.
        Now I need to fiil the blanks! ;)

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/marvin/marvin/src/libnn/xml/xmlMlpnnVisitor.ml.diff?tr1=1.1&tr2=1.2&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/marvin/marvin/src/libnn/xml/xmlVisitor.ml.diff?tr1=1.1&tr2=1.2&r1=text&r2=text





reply via email to

[Prev in Thread] Current Thread [Next in Thread]