icConfig {Onassis} | R Documentation |
icConfig
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
icConfig(object) icConfig(object) <- value ## S4 method for signature 'Similarity' icConfig(object) ## S4 replacement method for signature 'Similarity' icConfig(object) <- value
object |
instance of class |
value |
the information content measure selected. |
The measure used to compute concepts' information content
The similarity object with the new information conten measure set
sim <- new('Similarity') icConfig(sim) sim <- new('Similarity') icConfig(sim) <- 'sanchez'