serf.data
Class MatchMergeIgnoreConf

java.lang.Object
  extended by serf.data.SimpleMatcherMerger
      extended by serf.data.MatchMergeIgnoreConf
All Implemented Interfaces:
MatcherMerger

public class MatchMergeIgnoreConf
extends SimpleMatcherMerger


Constructor Summary
MatchMergeIgnoreConf(RecordFactory factory, int k)
           
MatchMergeIgnoreConf(RecordFactory factory, int d, int k)
           
 
Method Summary
 
Methods inherited from class serf.data.SimpleMatcherMerger
getMatchCount, getMergeCount, match, merge
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MatchMergeIgnoreConf

public MatchMergeIgnoreConf(RecordFactory factory,
                            int k)

MatchMergeIgnoreConf

public MatchMergeIgnoreConf(RecordFactory factory,
                            int d,
                            int k)
Parameters:
factory -
d - - the domain of possible values [1, domain]. Wraparounds will be detected and considered matches.
k - - the width of the matching range. if k == 1, then only exact matches count. if k == 2 then 0 matches with -1, 0, and 1.