public interface RelSetSimilarity<R extends RelSet<M,N>,M extends IEntityModel<N>,N extends IEntity>
| Modifier and Type | Method and Description |
|---|---|
String |
getName()
Returns the name of the similarity measure
|
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.
|
String getName()
double score(Alignment<R,N> alignment)
alignment, - that establishes the relation between two relation setsdouble scoreDice(Alignment<R,N> alignment)
alignment, - that establishes the relation between two relation setsCopyright © 2017. All rights reserved.