serf.deduplication
Class Bfa

java.lang.Object
  extended by serf.deduplication.Bfa

public class Bfa
extends java.lang.Object


Constructor Summary
Bfa()
           
 
Method Summary
 java.util.Set<Record> execute(MatcherMerger mm, java.util.Set<Record> records)
           
 void setDomination(boolean removeDominated)
           
 void setThreshold(double threshold)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Bfa

public Bfa()
Method Detail

setThreshold

public void setThreshold(double threshold)

setDomination

public void setDomination(boolean removeDominated)

execute

public java.util.Set<Record> execute(MatcherMerger mm,
                                     java.util.Set<Record> records)