|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectserf.data.SimpleMatcherMerger
serf.data.MatchMergeIgnoreConf
public class MatchMergeIgnoreConf
| 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 |
|---|
public MatchMergeIgnoreConf(RecordFactory factory,
int k)
public MatchMergeIgnoreConf(RecordFactory factory,
int d,
int k)
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.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||