Show / Hide Table of Contents

Class CentroidTranslate

Sequential pipeline to translate X and Y Features to Centroid. The following Transforms are called: CentroidExtraction, Multiply(-1), Translate

Default Pipeline Input: X, Y

Default Pipeline Output: (List{double}) Centroid

Inheritance
System.Object
PipelineBase
SequentialTransformPipeline
CentroidTranslate
Implements
ILoggerObject
IProgress
IEnumerable
ITransformation
IPipelineIO
Inherited Members
SequentialTransformPipeline.Items
SequentialTransformPipeline.PipelineInputs
SequentialTransformPipeline.PipelineOutputs
SequentialTransformPipeline.GetEnumerator()
SequentialTransformPipeline.Add(ITransformation)
SequentialTransformPipeline.Transform(Signature)
PipelineBase.Logger
PipelineBase.Progress
PipelineBase.ProgressChanged
PipelineBase.OnProgressChanged()
Namespace: SigStat.Common.Transforms
Assembly: SigStat.Common.dll
Syntax
public class CentroidTranslate : SequentialTransformPipeline, ILoggerObject, IProgress, IEnumerable, ITransformation, IPipelineIO
Remarks

This is a special case of Translate

Constructors

| Improve this Doc View Source

CentroidTranslate()

Initializes a new instance of the CentroidTranslate class.

Declaration
public CentroidTranslate()

Properties

| Improve this Doc View Source

InputX

Gets or sets the input feature representing the X coordinates of an online signature

Declaration
public FeatureDescriptor<List<double>> InputX { get; set; }
Property Value
Type Description
FeatureDescriptor<List<System.Double>>
| Improve this Doc View Source

InputY

Gets or sets the input feature representing the Y coordinates of an online signature

Declaration
public FeatureDescriptor<List<double>> InputY { get; set; }
Property Value
Type Description
FeatureDescriptor<List<System.Double>>
| Improve this Doc View Source

OutputX

Gets or sets the output feature representing the X coordinates of an online signature

Declaration
public FeatureDescriptor<List<double>> OutputX { get; set; }
Property Value
Type Description
FeatureDescriptor<List<System.Double>>
| Improve this Doc View Source

OutputY

Gets or sets the output feature representing the X coordinates of an online signature

Declaration
public FeatureDescriptor<List<double>> OutputY { get; set; }
Property Value
Type Description
FeatureDescriptor<List<System.Double>>

Implements

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