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

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

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

revision 1.6 by srv89, Thu Jul 10 20:06:52 2003 UTC revision 1.7 by matthieu, Wed Jul 16 21:45:15 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 ['a] pattern (inputVector : 'a) (outputVector : 'a) =  class pattern ((inputVector, outputVector) : 'a) =
49  object  object
50      constraint 'a = float array array * float array array
51    
52    val mutable _inputs = inputVector    val mutable _inputs = inputVector
53    

Legend:
Removed from v.1.6  
changed lines
  Added in v.1.7

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