TeeCSVFromSynsetFeatureVectorPipe: Class to complete the csv with the preprocessed instance and...

Description Usage Arguments Format Details Inherit Methods See Also

Description

Complete the csv with the preprocessed instance and synsets.

Usage

1
2
3
TeeCSVFromSynsetFeatureVectorPipe$new(propertyName = "",
                                      alwaysBeforeDeps = list(),
                                      notAfterDeps = list())

Arguments

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).

Format

An object of class R6ClassGenerator of length 24.

Details

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.

Inherit

This class inherit from PipeGeneric and implements the pipe abstract function.

Methods

See Also

PipeGeneric, Instance


miferreiro/bdp4R documentation built on May 20, 2019, 12:59 a.m.