Description Usage Arguments Value Examples
This method retrieves the reference to the Java configuration used to compute semantic similarities.
configures the pairwise java object to compute semantic similarity between two concepts of a given ontology, by passing as input the java reference to one of the allowed pairwise semantic similarity measures. For a complete list check the details section of the function pairwiseConfig.
1 2 3 4 5 6 7 8 9 | pairwiseConfigRef(object)
pairwiseConfigRef(object) <- value
## S4 method for signature 'Similarity'
pairwiseConfigRef(object)
## S4 replacement method for signature 'Similarity'
pairwiseConfigRef(object) <- value
|
object |
instance of class |
value |
See details |
The reference to the pairwise configuration used to compute semantic similarity
1 2 3 4 | sim <- new('Similarity')
pairwiseConfigRef(sim)
sim <- new('Similarity')
pairwiseConfigRef(sim) <- c('lin')
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.