/[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.2 by srv89, Tue Aug 26 07:49:29 2003 UTC revision 1.3 by srv89, Sun Sep 7 19:13:11 2003 UTC
# Line 51  open DefaultVisitor Line 51  open DefaultVisitor
51    Instances of derived classes are supposed to compute the output error of    Instances of derived classes are supposed to compute the output error of
52    various kinds of neural networks.    various kinds of neural networks.
53  *)  *)
54  class virtual ['a] errorVisitor =  class  ['a] errorVisitor =
55  object  object
56    inherit ['a] defaultVisitor    inherit ['a] defaultVisitor
57    
58      (**
59        The generic visit method.
60        //FIXME: add instanciation of an inheriting visitor depending on the
61        nn's dynamic type.
62      *)
63      method visit (nn : 'a) =
64        ()
65    
66  end  end

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

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