Processor that returns raw values without any transformation.
Inherits from FeatureProcessor.
Methods
Inherited methods
Method process()
Return the raw input as-is.
Usage
RawProcessor$process(value)
Arguments
value
A raw field value (any type).
Returns
The unmodified input.
Method size()
Optional: Return size/dimension of processed output.
Print a string representation of the processor.
Returns
A character string
Method clone()
The objects of this class are cloneable with this method.
Usage
RawProcessor$clone(deep = FALSE)
Arguments
deep
Whether to make a deep clone.