icConfig: 'icConfig'

Description Usage Arguments Value Examples

Description

This method retrieves the configuration of the intrinsic information content measure

This method sets the configuration of the intrinsic information content measure by taking as parameter the short flag associated to the information measure. To have details about the available short flags see the pairwiseConfig help

Usage

1
2
3
4
5
6
7
8
9
icConfig(object)

icConfig(object) <- value

## S4 method for signature 'Similarity'
icConfig(object)

## S4 replacement method for signature 'Similarity'
icConfig(object) <- value

Arguments

object

instance of class Similarity-class

value

the information content measure selected.

Value

The measure used to compute concepts' information content

The similarity object with the new information conten measure set

Examples

1
2
3
4
sim <- new('Similarity')
icConfig(sim)
sim <- new('Similarity')
icConfig(sim) <- 'sanchez'

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