Description Usage Arguments Value Examples
This method shows the value of the groupwise configuration used to compute semantic similarities between groups of concepts.
Sets the groupwise measure to the reference of a groupwise measure to the semantic similarity between groups of concepts. For available meausres see the groupConfig function's details.
1 2 3 4 5 6 7 8 9 | groupwiseConfigRef(object)
groupwiseConfigRef(object) <- value
## S4 method for signature 'Similarity'
groupwiseConfigRef(object)
## S4 replacement method for signature 'Similarity'
groupwiseConfigRef(object) <- value
|
object |
instance of class |
value |
one of the groupwise measures. See |
groupwise configured measure for the similarity object provided as input
instance of the Similarity class with the new grouprwise option.
1 2 3 4 5 | sim <- new('Similarity')
groupwiseConfigRef(sim)
sim <- new('Similarity')
obo <- system.file('extdata', 'sample.cs.obo', package='OnassisJavaLibs')
groupwiseConfigRef(sim) <- 'ui'
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.