edu.uky.kcr.recordlinkage.resultset
Class LinkageMatch
java.lang.Object
edu.uky.kcr.recordlinkage.resultset.LinkageMatch
public class LinkageMatch
- extends java.lang.Object
A scored match between two DataSourceRecords. The score determines whether this match is positive or indeterminate when inserted into a
LinkageResultSet. A LinkageEngine can store additional attributes associated with the scored match, such as constituent scores used to derive
the final score, by accessing the attribute map with getMatchAttributes().
- Author:
- ihands
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
LinkageMatch
public LinkageMatch()
LinkageMatch
public LinkageMatch(DataSourceRecord primaryDataSourceRecord,
DataSourceRecord secondaryDataSourceRecord)
getScore
public java.lang.Float getScore()
setScore
public void setScore(java.lang.Float score)
getMatchAttributes
public java.util.Map<java.lang.String,java.lang.String> getMatchAttributes()
getPrimaryDataSourceRecord
public DataSourceRecord getPrimaryDataSourceRecord()
getSecondaryDataSourceRecord
public DataSourceRecord getSecondaryDataSourceRecord()
setPrimaryDataSourceRecord
public void setPrimaryDataSourceRecord(DataSourceRecord primaryDataSourceRecord)
setSecondaryDataSourceRecord
public void setSecondaryDataSourceRecord(DataSourceRecord secondaryDataSourceRecord)