Show / Hide Table of Contents

Interface ITransformation

Allows implementing a pipeline transform item capable of logging, progress tracking and IO rewiring.

Inherited Members
IPipelineIO.PipelineInputs
IPipelineIO.PipelineOutputs
Namespace: SigStat.Common
Assembly: SigStat.Common.dll
Syntax
public interface ITransformation : IPipelineIO

Methods

| Improve this Doc View Source

Transform(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.

  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX