Show / Hide Table of Contents

Class PipelineBase

TODO: Ideiglenes osztaly, C# 8.0 ban ezt atalakitani default implementacios interface be. ILoggerObject, IProgress, IPipelineIO default implementacioja.

Inheritance
System.Object
PipelineBase
BasicMetadataExtraction
ParallelTransformPipeline
SequentialTransformPipeline
DtwClassifier
NearestNeighborEerClassifier
OneClassNearestNeighborClassifier
OptimalDtwClassifier
WeightedClassifier
FillPenUpDurations
FilterPoints
NormalizeRotation
NormalizeRotation2
NormalizeRotation3
NormalizeRotationForX
OrthognalRotation
RelativeScale
ResampleSamplesCountBased
SampleRate
Scale
TranslatePreproc
UniformScale
ZNormalization
SimpleRenderingTransformation
AddConst
AddVector
ApproximateOnlineFeatures
Binarization
BinaryRasterizer
CentroidExtraction
ComponentExtraction
ComponentSorter
ComponentsToFeatures
EndpointExtraction
Extrema
HSCPThinning
ImageGenerator
Map
Multiply
Normalize
OnePixelThinning
RealisticImageGenerator
Resize
TangentExtraction
Trim
Implements
ILoggerObject
IProgress
IPipelineIO
Namespace: SigStat.Common
Assembly: SigStat.Common.dll
Syntax
public abstract class PipelineBase : object, ILoggerObject, IProgress, IPipelineIO

Constructors

| Improve this Doc View Source

PipelineBase()

Initializes a new instance of the PipelineBase class.

Declaration
public PipelineBase()

Properties

| Improve this Doc View Source

Logger

Gets or sets the ILogger implementation used to perform logging

Declaration
public ILogger Logger { get; set; }
Property Value
Type Description
ILogger
| Improve this Doc View Source

PipelineInputs

A collection of inputs for the pipeline elements

Declaration
public virtual List<PipelineInput> PipelineInputs { get; }
Property Value
Type Description
List<PipelineInput>
| Improve this Doc View Source

PipelineOutputs

A collection of outputs for the pipeline elements

Declaration
public virtual List<PipelineOutput> PipelineOutputs { get; }
Property Value
Type Description
List<PipelineOutput>
| Improve this Doc View Source

Progress

Gets the current progress in percentage.

Declaration
public int Progress { get; protected set; }
Property Value
Type Description
System.Int32

Methods

| Improve this Doc View Source

OnProgressChanged()

Raises the ProgressChanged event

Declaration
protected virtual void OnProgressChanged()

Events

| Improve this Doc View Source

ProgressChanged

The event is raised whenever the value of Progress changes

Declaration
public event EventHandler<int> ProgressChanged
Event Type
Type Description
EventHandler<System.Int32>

Implements

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