Show / Hide Table of Contents

Class SigComp11DutchLoader.SigComp11

Set of features containing raw data loaded from MCYT-format database.

Inheritance
System.Object
SigComp11DutchLoader.SigComp11
Namespace: SigStat.Common.Loaders
Assembly: SigStat.Common.dll
Syntax
public static class SigComp11 : object

Fields

| Improve this Doc View Source

T

T values from the online signature imported from the SVC2004 database

Declaration
public static readonly FeatureDescriptor<List<int>> T
Field Value
Type Description
FeatureDescriptor<List<System.Int32>>
| Improve this Doc View Source

X

X cooridnates from the online signature imported from the MCYT database

Declaration
public static readonly FeatureDescriptor<List<int>> X
Field Value
Type Description
FeatureDescriptor<List<System.Int32>>
| Improve this Doc View Source

Y

Y cooridnates from the online signature imported from the MCYT database

Declaration
public static readonly FeatureDescriptor<List<int>> Y
Field Value
Type Description
FeatureDescriptor<List<System.Int32>>
| Improve this Doc View Source

Z

Z cooridnates from the online signature imported from the MCYT database

Declaration
public static readonly FeatureDescriptor<List<int>> Z
Field Value
Type Description
FeatureDescriptor<List<System.Int32>>
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX