/[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.3 by srv89, Sun Sep 7 19:13:11 2003 UTC revision 1.4 by srv89, Wed Sep 10 11:32:19 2003 UTC
# Line 45  Line 45 
45    
46  open DefaultVisitor  open DefaultVisitor
47    
   
48  (**  (**
49    The abstract error visitor.    The abstract error visitor.
50    Instances of derived classes are supposed to compute the output error of    Instances of derived classes are supposed to compute the output error of
51    various kinds of neural networks.    various kinds of neural networks.
52  *)  *)
53  class  ['a] errorVisitor =  class virtual ['a] errorVisitor =
54  object  object
55    inherit ['a] defaultVisitor    inherit ['a] defaultVisitor
56    

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