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

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

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

revision 1.9 by matthieu, Thu Jul 17 00:06:55 2003 UTC revision 1.10 by matthieu, Thu Jul 17 21:30:20 2003 UTC
# Line 102  object Line 102  object
102      in _learnPos <- increment _learnPos      in _learnPos <- increment _learnPos
103    
104    (**    (**
105      Get the current learning vector.      Get the current input learning vector.
106    *)    *)
107    method getLearnVector pos = (List.nth _patterns (fst pos))#getInput (snd pos)    method getInputLearnVector pos = (List.nth _patterns (fst pos))#getInput (snd pos)
108    
109      (**
110        Get the current output learning vector.
111      *)
112      method getOutputLearnVector pos = (List.nth _patterns (fst pos))#getOutput (snd pos)
113  end  end

Legend:
Removed from v.1.9  
changed lines
  Added in v.1.10

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