Description Details Slots Examples
Similarity is a class that wraps some methods of the Java library slib http://www.semantic-measures-library.org/sml/. Starting from OBO ontologies it is possible to build semantic graphs that allow the computation of different similarity measures between concepts belonging to the same ontology, group of concepts, samples annotated with different ontology concepts. Further details about the graph based semantic similarity measures are available at http://www.semantic-measures-library.org/sml/index.php?q=doc_graph_based_advanced
The following methods can be applied to Similarity
ontology<- 
pairwiseConfig 
groupConfig 
sim 
groupsim 
samplesim 
To see the available similarity measures run the function listSimilarities
similarityInstanceThe Java reference to the Java Similarity class.
pairwiseConfigThe list of measures used to compute the semantic similarity between two concpets in the same ontology.
pairwiseConfigRefThe reference to the Java object of type CMconf corresponding to the pairwise configuration
groupConfigThe groupwise configuration to compute the semantic similarity between groups of concepts.
icConfigThe information content measure
groupwiseConfigRefThe reference to the Java configuration object for the computation of semantic similarity between groups of concepts
ontologyThe ontology to compute semantic similarities
1  | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.