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

The base constructor for a Hopfield Network

Namespace: Clarion.Framework
Assembly: CLARIONLibrary (in CLARIONLibrary.dll) Version: 6.1.0.7 (6.1.0.7)

Syntax

C#
protected HopfieldNetwork(
	HopfieldNetwork..::..HopfieldNetworkParameters pars,
	EligibilityChecker elChecker
)

Parameters

pars
Type: Clarion.Framework..::..HopfieldNetwork..::..HopfieldNetworkParameters
The parameters class containing the local parameters for the Hopfield network
elChecker
Type: Clarion.Framework.Templates..::..EligibilityChecker
(optional) Used for specifying a user-defined method for checking the eligibility of a trainable implicit component

See Also