/[marvin]/marvin/src/libnn/Corpus.mli
ViewVC logotype

Diff of /marvin/src/libnn/Corpus.mli

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

revision 1.1 by matthieu, Mon Jul 7 22:52:54 2003 UTC revision 1.2 by matthieu, Tue Jul 8 17:03:54 2003 UTC
# Line 36  E-mail : olivier@marvinproject.org Line 36  E-mail : olivier@marvinproject.org
36    
37  class type corpus =  class type corpus =
38  object  object
39    method getInputs : unit -> float array array  method addPattern : 'a list -> 'a list
40    method getOutputs : unit -> float array array  method getPattern : int -> 'a
41    method getInput : int -> float array  method getPatternNumber : int
42    method getOutput : int -> float array  method getPatterns : 'a list
43    method getPatternNumber : unit -> int  val mutable _patterns : 'a list
   method getInputSize : unit -> int  
   method getOutputSize : unit -> int  
44  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