[This is preliminary documentation and is subject to change.]
The threshold value when partial match is turned ON
Namespace: Clarion.FrameworkAssembly: ClarionLibrary (in ClarionLibrary.dll) Version: 6.1.1.0 (6.1.1.0)
Syntax
C# |
---|
public double DEFAULT_PARTIAL_MATCH_ON_THRESHOLD { get; set; } |
Remarks
Default = .7
The value of this parameter can ONLY be set if the parameters class has been specified as being used for global parameters. In other words, it SHOULD only be set globally. Attempts to set this parameter in the "local" parameter instance will have no effect.![]() |
---|
By default, the partial match threshold is set to "OFF." In other words, in order for the condition of a rule to be matched, all "activated" dimension-value pairs in the condition must also be activated in the input to the rule |