public class ExtendedInterleavingSimilarity<R extends RelSet<M,N>,M extends IEntityModel<N>,N extends IEntity> extends AbstractRelSetSimilarity<R,M,N>
| Constructor and Description |
|---|
ExtendedInterleavingSimilarity() |
| Modifier and Type | Method and Description |
|---|---|
double |
score(Alignment<R,N> alignment)
Scores the similarity of two relation sets that are
related to each other by the alignment given as input.
|
double |
scoreDice(Alignment<R,N> alignment)
Scores the similarity of two relation sets that are
related to each other by the alignment given as input.
|
getName, getSizeOfIntersectionOfRelation, getSizeOfIntersectionOfTwoRelations, getSizeOfRelationpublic double score(Alignment<R,N> alignment)
RelSetSimilaritypublic double scoreDice(Alignment<R,N> alignment)
RelSetSimilarityCopyright © 2017. All rights reserved.