/[marvin]/marvin/src/libnn/computeVisitor.ml
ViewVC logotype

Diff of /marvin/src/libnn/computeVisitor.ml

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

revision 1.3 by srv89, Thu Jul 10 20:06:52 2003 UTC revision 1.4 by matthieu, Thu Jul 10 21:19:13 2003 UTC
# Line 37  Line 37 
37    
38  (**  (**
39    The computeVisitor virtual class    The computeVisitor virtual class
   It's LibNN's main neural network class.  
40    
41    @author Matthieu Lagacherie    @author Matthieu Lagacherie
42    @author Olivier Ricordeau    @author Olivier Ricordeau
# Line 48  open Nn Line 47  open Nn
47    
48  class virtual ['a] computeVisitor =  class virtual ['a] computeVisitor =
49  object  object
50    method virtual visitPMC : 'a -> unit    method virtual visitCommon : 'a -> unit
51  end  end

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

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