/[marvin]/marvin/src/libnn/misc/pattern.ml
ViewVC logotype

Diff of /marvin/src/libnn/misc/pattern.ml

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

revision 1.1 by srv89, Thu Jul 31 02:02:33 2003 UTC revision 1.2 by srv89, Fri Aug 29 08:21:22 2003 UTC
# Line 45  Line 45 
45    @see 'corpus.ml' A corpus is a set of patterns.    @see 'corpus.ml' A corpus is a set of patterns.
46  *)  *)
47    
48  class pattern (inputVector : 'a) (outputVector : 'b) =  class pattern (inputVector : 'a) (outputVector : 'a) =
49  object  object
50    
51    constraint 'a = float array array    constraint 'a = float array array
52    
   constraint 'b = float array array  
   
53    (**    (**
54      A vector which contains the pattern's inputs.      A vector which contains the pattern's inputs.
55    *)    *)

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