public class SimpleDuplicateDetectionAlgorithm<RecordType extends Matchable,SchemaElementType extends Matchable> extends Object implements MatchingAlgorithm<RecordType,MatchableValue>
| Constructor and Description |
|---|
SimpleDuplicateDetectionAlgorithm(DataSet<RecordType,SchemaElementType> dataset,
SymmetricBlocker<RecordType,SchemaElementType,RecordType,MatchableValue> blocker,
CorrespondenceAggregator<RecordType,MatchableValue> aggregator) |
| Modifier and Type | Method and Description |
|---|---|
DataSet<RecordType,SchemaElementType> |
getDataset() |
Processable<Correspondence<RecordType,MatchableValue>> |
getResult() |
void |
run() |
void |
setResult(Processable<Correspondence<RecordType,MatchableValue>> result) |
public SimpleDuplicateDetectionAlgorithm(DataSet<RecordType,SchemaElementType> dataset, SymmetricBlocker<RecordType,SchemaElementType,RecordType,MatchableValue> blocker, CorrespondenceAggregator<RecordType,MatchableValue> aggregator)
public DataSet<RecordType,SchemaElementType> getDataset()
public void run()
run in interface MatchingAlgorithm<RecordType extends Matchable,MatchableValue>public void setResult(Processable<Correspondence<RecordType,MatchableValue>> result)
result - the result to setpublic Processable<Correspondence<RecordType,MatchableValue>> getResult()
getResult in interface MatchingAlgorithm<RecordType extends Matchable,MatchableValue>Copyright © 2018. All rights reserved.