/[marvin]/marvin/src/libnn/error/errorVisitor.ml
ViewVC logotype

Diff of /marvin/src/libnn/error/errorVisitor.ml

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

revision 1.1 by srv89, Thu Jul 31 02:04:18 2003 UTC revision 1.2 by srv89, Tue Aug 26 07:49:29 2003 UTC
# Line 45  Line 45 
45    
46  open DefaultVisitor  open DefaultVisitor
47    
48    
49    (**
50      The abstract error visitor.
51      Instances of derived classes are supposed to compute the output error of
52      various kinds of neural networks.
53    *)
54  class virtual ['a] errorVisitor =  class virtual ['a] errorVisitor =
55  object  object
56    inherit ['a] defaultVisitor    inherit ['a] defaultVisitor
57    
58    
59  end  end

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.2

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