| GenericPipeline | R Documentation |
Abstract super class to establish the flow of Pipes.
new()Creates a GenericPipeline object.
GenericPipeline$new()
execute()Function where is implemented the flow of the
GenericPipes.
GenericPipeline$execute(instance)
instanceA Instance value. The Instance
that is going to be processed.
The preprocessed Instance.
get()Gets a list with containing the set of GenericPipes
of the pipeline.
GenericPipeline$get()
The set of GenericPipes containing the pipeline.
toString()Returns a character representing the pipeline.
GenericPipeline$toString()
This function allows to set a place to define a character
representation of the structure of a pipeline.
GenericPipeline character representation
clone()The objects of this class are cloneable with this method.
GenericPipeline$clone(deep = FALSE)
deepWhether to make a deep clone.
bdpar.log, DefaultPipeline,
DynamicPipeline, Instance,
GenericPipe, %>|%
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.