Class ComponentsToFeatures
Extracts standard Features from sorted Components.
Default Pipeline Input: (List{List{PointF}}) Components
Default Pipeline Output: X, Y, Button Features
Inherited Members
Namespace: SigStat.Common.Transforms
Assembly: SigStat.Common.dll
Syntax
public class ComponentsToFeatures : PipelineBase, ILoggerObject, IProgress, ITransformation, IPipelineIO
Properties
| Improve this Doc View SourceButton
Button
Declaration
public FeatureDescriptor<List<bool>> Button { get; set; }
Property Value
Type | Description |
---|---|
FeatureDescriptor<List<System.Boolean>> |
InputComponents
Components
Declaration
public FeatureDescriptor<List<List<PointF>>> InputComponents { get; set; }
Property Value
Type | Description |
---|---|
FeatureDescriptor<List<List<PointF>>> |
X
X
Declaration
public FeatureDescriptor<List<double>> X { get; set; }
Property Value
Type | Description |
---|---|
FeatureDescriptor<List<System.Double>> |
Y
Y
Declaration
public FeatureDescriptor<List<double>> Y { get; set; }
Property Value
Type | Description |
---|---|
FeatureDescriptor<List<System.Double>> |
Methods
| Improve this Doc View SourceTransform(Signature)
Executes the transform on the signature
parameter.
This function gets called by the pipeline.
Declaration
public void Transform(Signature signature)
Parameters
Type | Name | Description |
---|---|---|
Signature | signature | The Signature with a set of features to be transformed. |