Description Usage Arguments Format Methods Private fields
Class to represent a vector of synset-based features.
1 | SynsetFeatureVector$new(synsetFeature)
|
synsetFeature |
(list) A map of synsets together with its values. |
An object of class R6ClassGenerator
of length 24.
getSynsetsFeature Getter of synsetFeature.
Usage
getSynsetsFeature()
Value
Value of synsetFeature.
getSize Gets the size (number of properties) of the current SynsetFeatureVector.
Usage
getSize()
Value
The size of the current SynsetFeatureVector.
getFrequencyValue Checks for the value stored for the synset synsetId.
Usage
getFrequencyValue(synsetId)
Value
The value asociated to synsetId, which represents the frequency of appearance of the synsetId. If the synset is not found, -1 is returned.
Arguments
synsetId (character) The target synset.
synsetFeature (list) A map of synsets together with its values
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.