Interface ITransformation
Allows implementing a pipeline transform item capable of logging, progress tracking and IO rewiring.
Namespace: SigStat.Common
Assembly: SigStat.Common.dll
Syntax
public interface ITransformation : IPipelineIO
Methods
| Improve this Doc View SourceTransform(Signature)
Executes the transform on the signature
parameter.
This function gets called by the pipeline.
Declaration
void Transform(Signature signature)
Parameters
Type | Name | Description |
---|---|---|
Signature | signature | The Signature with a set of features to be transformed. |