| Package | Description |
|---|---|
| org.jbpt.bp.sim |
| Modifier and Type | Class and Description |
|---|---|
class |
AggregatedSimilarity<R extends RelSet<M,N>,M extends IEntityModel<N>,N extends IEntity>
Scores two models by the weighted sum of the single similarities.
|
class |
BaselineSimilarity<R extends RelSet<M,N>,M extends IEntityModel<N>,N extends IEntity>
Scores two models by only assessing the overlap of nodes.
|
class |
ExclusivenessSimilarity<R extends RelSet<M,N>,M extends IEntityModel<N>,N extends IEntity>
Scores two models by only assessing the overlap of their
exclusiveness relation.
|
class |
ExtendedInterleavingSimilarity<R extends RelSet<M,N>,M extends IEntityModel<N>,N extends IEntity>
Scores two models by assessing the overlap of their
order and interleaving relations.
|
class |
ExtendedOrderSimilarity<R extends RelSet<M,N>,M extends IEntityModel<N>,N extends IEntity>
Scores two models by assessing the overlap of their
matching and non-matching order relations.
|
class |
InterleavingSimilarity<R extends RelSet<M,N>,M extends IEntityModel<N>,N extends IEntity>
Scores two models by only assessing the overlap of their
interleaving order relation.
|
class |
OrderSimilarity<R extends RelSet<M,N>,M extends IEntityModel<N>,N extends IEntity>
Scores two models by only assessing the overlap of their
order relation.
|
Copyright © 2017. All rights reserved.