Description Usage Arguments Format Details Inherit Methods See Also
Complete the csv with the preprocessed instance and synsets.
1 2 3 | TeeCSVFromSynsetFeatureVectorPipe$new(propertyName = "",
alwaysBeforeDeps = list(),
notAfterDeps = list())
|
propertyName |
(character) Name of the property associated with the pipe. |
alwaysBeforeDeps |
(list) The dependences alwaysBefore (pipes that must be executed before this one). |
notAfterDeps |
(list) The dependences notAfter (pipes that cannot be executed after this one). |
An object of class R6ClassGenerator
of length 24.
It is necessary to identify the properties associated with the synsets that the instance will have, so as not to include them in the data.frame.
This class inherit from PipeGeneric
and implements the
pipe
abstract function.
pipe Function that complete the csv with the preprocessed instance and synsets.
Usage
pipe(instance, withData = TRUE, withSource = TRUE,
listPropertySynsets = c("synsetVector", "synsetFeatureVector"))
Value
The instance with the modifications that have occurred in the pipe.
Arguments
instance (Instance) Instance to preproccess.
withData (logical) Indicate if the data is added to csv.
withSource (logical) Indicate if the source is added to csv.
listPropertySynsets (character) vector indicating properties related to synsets.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.