[This is preliminary documentation and is subject to change.]
The threshold value when partial match is turned ON (used for knowledge retrieval)
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, all dimension-value pairs must be matched for a chunk to be matched |