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

Initializes a parameters class for a HopfieldNetwork and sets the values of the parameters to the values specified

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

Syntax

C#
public HopfieldNetworkParameters(
	HopfieldNetwork..::..HopfieldNetworkParameters p,
	bool isGlobal
)

Parameters

p
Type: Clarion.Framework..::..HopfieldNetwork..::..HopfieldNetworkParameters
Indicates the parameter values to be set for the parameters class being initialized
isGlobal
Type: System..::..Boolean
(optional) Specifies whether the instance of the parameters class being initialized is to be used for global or local parameters

See Also