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

Updates the positive or negative match statistics based on the information specified.

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

Syntax

C#
public virtual void UpdateMatchStatistics(
	double feedback,
	SensoryInformation currentInput,
	Guid chosenOutputChunkID,
	double pmThresh,
	double increment
)

Parameters

feedback
Type: System..::..Double
The feedback
currentInput
Type: Clarion.Framework..::..SensoryInformation
The current input
chosenOutputChunkID
Type: System..::..Guid
The ID of the chosen output chunk
pmThresh
Type: System..::..Double
The partial match threshold
increment
Type: System..::..Double
The amount by which to increment the match statistic

See Also