pairwiseConfigRef {Onassis} | R Documentation |
pairwiseConfigRef
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.
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
sim <- new('Similarity') pairwiseConfigRef(sim) sim <- new('Similarity') pairwiseConfigRef(sim) <- c('lin')