Package | Description |
---|---|
kb.matching |
Classes to support various matching purposes.
|
Modifier and Type | Field and Description |
---|---|
private ArrayList<MatchedBinaryTuple> |
BinaryRelationMatch._masterScoredTuples |
private ArrayList<MatchedBinaryTuple> |
BinaryRelationMatch._masterTuples
Unlike ConceptManager, this class uses MatchedBinaryTuple's, not an unstructured table entry array list.
|
private ArrayList<MatchedBinaryTuple> |
BinaryRelationMatch._toMatchTuples |
Modifier and Type | Method and Description |
---|---|
ArrayList<MatchedBinaryTuple> |
BinaryRelationMatch.makeBinaryTuples(Graph masterG)
Mimics getBinaryRelationTuples, but constructs a vector of BinaryTuple objects.
|
Modifier and Type | Method and Description |
---|---|
abstract float |
AbstractTupleMatcher.scoreTupleMatch(MatchedBinaryTuple masterTuple,
MatchedBinaryTuple tupleToMatch)
Performs the comparison between master and matchable tuple.
|
float |
BasicTupleMatcher.scoreTupleMatch(MatchedBinaryTuple masterTuple,
MatchedBinaryTuple tupleToMatch)
Determines the matching score for the pair of tuples given.
|