Namespace SigStat.Common.Pipeline
Classes
Input
Annotates an input FeatureDescriptor in a transformation pipeline
Output
Annotates an output FeatureDescriptor in a transformation pipeline
ParallelTransformPipeline
Runs pipeline items in parallel.
Default Pipeline Output: Range of all the Item outputs.
PipelineInput
Represents an input for a SigStat.Common.Pipeline.PipelineInput.PipelineItem
PipelineOutput
Represents an output for a SigStat.Common.Pipeline.PipelineOutput.PipelineItem
SequentialTransformPipeline
Runs pipeline items in a sequence.
Default Pipeline Output: Output of the last Item in the sequence.
Interfaces
IClassifier
Trains classification models based on reference signatures
IDistanceClassifier
Trains classification models based on reference signatures, by calculating the distances between signature pairs
IPipelineIO
Supports the definition of PipelineInput and PipelineOutput
ISignerModel
Analyzes signatures based on their similiarity to the trained model
Enums
AutoSetMode
Default strategy to set the value of a property