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

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

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

revision 1.2 by srv89, Mon Jul 28 20:00:57 2003 UTC revision 1.3 by matthieu, Mon Jul 28 23:03:07 2003 UTC
# Line 57  object Line 57  object
57      *)      *)
58    val mutable d = 0.01    val mutable d = 0.01
59    
60    method visitMlpnn (network : mlpNN) =    method visit (network : mlpNN) =
61      let error = network#getError and      let error = network#getError and
62        weights = network#getWeights and        weights = network#getWeights and
63        inputSum = network#getInputSum and        inputSum = network#getInputSum and

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