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

The threshold a chunk strength must pass for the chunk to be matched

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

Syntax

C#
public double PARTIAL_MATCH_THRESHOLD { get; set; }

Remarks

Default = 1 (if partial match is turned OFF), .7 (if partial match is turned ON)

Note
By default, the partial match threshold is set to OFF. In other words, all dimension-value pairs must be matched for a chunk to be matched

The value of this parameter can be changed in one of two ways:

  1. By specifying a new value using PARTIAL_MATCH_THRESHOLD
  2. By turning partial match on/off using PARTIAL_MATCH_ON
    Note that if this method is used, the value will be set to the defaults (as described above)

See Also