pairwiseConfigRef: 'pairwiseConfigRef'

Description Usage Arguments Value Examples

Description

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.

Usage

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

Arguments

object

instance of class Similarity-class

value

See details

Value

The reference to the pairwise configuration used to compute semantic similarity

Examples

1
2
3
4
sim <- new('Similarity')
pairwiseConfigRef(sim)
sim <- new('Similarity')
pairwiseConfigRef(sim) <- c('lin')

eugeniaeueu/Onassis documentation built on March 9, 2020, 8:17 a.m.