Interface | Description |
---|---|
OwlSim |
Semantic Similarity
|
OwlSimFactory |
Factory for creating OwlSim engines
|
Class | Description |
---|---|
AbstractOwlSim | |
ClassDifferentiaLearner | |
EnrichmentConfig | |
EnrichmentResult | |
FastOwlSim |
Faster implementation of OwlSim
Makes use of integers to index classes, and bitmaps to represent class sets.
|
FastOwlSimFactory | |
OwlSim.ScoreAttributeSetPair |
A pair consisting of a set of equal-scoring attributes, and a score
|
OwlSim.StatsPerIndividual | |
OwlSimMetadata | |
OwlSimUtil |
Utility methods wrapping OwlSim
Most of this functionality duplicates code found elsewhere in OWLTools,
but using these static methods may be more straightforward.
|
SimJSONEngine | |
SimpleOwlSim |
Soon to be deprecated implementation of OwlSim
|
SimpleOwlSimFactory | |
SimStats |
Will keep track of the overall stats of analysis in data sets.
|
Enum | Description |
---|---|
OwlSim.Stat | |
SimpleOwlSim.Direction |
Asymmetric metrics can be applied in either of two directions, or both can
be aggregated
|
SimpleOwlSim.Metric |
Base similarity metric - may be applied at individual or class level
|
SimpleOwlSim.OutputFormat |
The OutputFormat enumerates the different styles of output for sim results,
and maps 1:1 with different renderers.
|
SimpleOwlSim.SimConfigurationProperty |
Set of tags that can be used in configuration
|
Exception | Description |
---|---|
CutoffException | |
NoElementAttributeMapException | |
UnknownOWLClassException |
Copyright © 2010–2015. All rights reserved.