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

The NeuralNetwork..::..NeuralNetworkParameters type exposes the following members.

Properties

  Name Description
Public property ELIGIBILITY
A switch that can be used to specify eligibility (in the absence of a more sophisticated eligibility method)
Public property INITIAL_THRESHOLDS_LOWER_BOUND
The low bound for the initial threshold
Public property INITIAL_THRESHOLDS_UPPER_BOUND
The upper bound for the initial threshold
Public property INITIAL_WEIGHTS_LOWER_BOUND
The low bound for the initial dWeights
Public property INITIAL_WEIGHTS_UPPER_BOUND
The upper bound for the initial dWeights
Protected property IsGlobal
Used to specify whether the particular instance of the parameters class is being used for global or local parameters
(Inherited from ClarionComponent..::..ClarionComponentParameters.)

See Also