|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.wcohen.ss.expt.Blocker
com.wcohen.ss.expt.NullBlocker
public class NullBlocker
Inefficient exhausitive blocking algorithm. Produces all possible pairs from a MatchData structure.
Nested Class Summary |
---|
Nested classes/interfaces inherited from class com.wcohen.ss.expt.Blocker |
---|
Blocker.Pair |
Field Summary |
---|
Fields inherited from class com.wcohen.ss.expt.Blocker |
---|
clusterMode |
Constructor Summary | |
---|---|
NullBlocker()
|
Method Summary | |
---|---|
void |
block(MatchData data)
Load matchdata and prepare it for production of candidate pairs. |
Blocker.Pair |
getPair(int i)
Get the i-th candidate pair, as produced from most recently block()-ed data |
int |
numCorrectPairs()
Return total number of correct pairs in the dataset. |
int |
size()
Return number of candidate pairs, as produced from most recently block()-ed data |
java.lang.String |
toString()
|
Methods inherited from class com.wcohen.ss.expt.Blocker |
---|
countCorrectPairs, setClusterMode, setClusterMode |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public NullBlocker()
Method Detail |
---|
public void block(MatchData data)
Blocker
block
in class Blocker
public int size()
Blocker
size
in class Blocker
public Blocker.Pair getPair(int i)
Blocker
getPair
in class Blocker
public java.lang.String toString()
toString
in class java.lang.Object
public int numCorrectPairs()
Blocker
numCorrectPairs
in class Blocker
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |