Click or drag to resize

MatchResultT Constructor

Creates a new match result

Namespace: SanteDB.Matcher.Matchers
Assembly: SanteDB.Matcher (in SanteDB.Matcher.dll) Version: 3.0.2081-alpha+c89b6faf865d37596ce49c6b3119b280fbaa425a
Syntax
public MatchResult(
	T record,
	double score,
	double strength,
	IRecordMatchingConfiguration configuration,
	RecordMatchClassification classification,
	RecordMatchMethod method,
	IEnumerable<IRecordMatchVector> vectors
)

Parameters

record  T
The record that was classified
score  Double
The assigned score
strength  Double
The relative strength (0 .. 1) of the match given the maximum score the match could have gotten
configuration  IRecordMatchingConfiguration
The name of the configuration used to score
classification  RecordMatchClassification
The classification
method  RecordMatchMethod
The method that was used to establish the match
vectors  IEnumerableIRecordMatchVector
The matching attribute and scores
See Also