[This is preliminary documentation and is subject to change.]
The factory class for generating 3-layer backpropagation neural networks
Namespace: Clarion.FrameworkAssembly: ClarionLibrary (in ClarionLibrary.dll) Version: 6.1.1.0 (6.1.1.0)
Syntax
C# |
---|
public class BPNetworkFactory : IimplicitComponentFactory<BPNetwork> |
Remarks
The following parameters are OPTIONAL:
- An EligibilityChecker, a delegate that is used to determine if the BPNetwork should be used on the current input
- A BPNetworkParameters collection that includes additional parameters