[This is preliminary documentation and is subject to change.]
Generates a BPNetwork
Namespace: Clarion.FrameworkAssembly: ClarionLibrary (in ClarionLibrary.dll) Version: 6.1.1.0 (6.1.1.0)
Syntax
Parameters
- parameters
- Type: array<System..::..Object>[]()[][]
The optional list of parameters to be used for initializing the backpropagation network
Return Value
A backpropagation network initialized with the specified parametersImplements
IimplicitComponentFactory<(Of <(<'T>)>)>..::..Generate(array<Object>[]()[][])
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