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

Turns partial match on/off for calculating a rule's support

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

Syntax

C#
public bool PARTIAL_MATCH_ON { get; set; }

Remarks

Default = False (i.e., partial match OFF)

Note
This switch sets the partial match threshold based on the following: False = DEFAULT_PARTIAL_MATCH_OFF_THRESHOLDTrue = DEFAULT_PARTIAL_MATCH_ON_THRESHOLD

See Also