[This is preliminary documentation and is subject to change.]

This class implements a 3-layer backpropagation neural network in the Clarion Library

Namespace: Clarion.Framework
Assembly: ClarionLibrary (in ClarionLibrary.dll) Version: 6.1.1.0 (6.1.1.0)

Syntax

C#
public class BPNetwork : NeuralNetwork, ITrainable

Remarks

The following parameters are OPTIONAL:

Copyright 2011. Nicholas Wilson

Inheritance Hierarchy

See Also