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

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

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

revision 1.5 by matthieu, Wed Jul 16 15:13:28 2003 UTC revision 1.6 by matthieu, Thu Jul 17 00:06:55 2003 UTC
# Line 51  object Line 51  object
51    (**    (**
52      Accessors get      Accessors get
53    *)    *)
54    method getOutputActivation = _outputActivation    method getOutputActivation = ref _outputActivation
55    method getIntputSum = _inputSum    method getInputSum = ref _inputSum
56    method getError = _error    method getError = ref _error
57    method getWeights = _weights    method getWeights = ref _weights
58    method getGradients = _gradients    method getGradients = ref _gradients
59    method getLayerNb = _layerNb    method getLayerNb = _layerNb
60    method getNeuronsPerLayer layer = _neuronsPerLayers.(layer)    method getNeuronsPerLayer layer = _neuronsPerLayers.(layer)
61    

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

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