Show / Hide Table of Contents

Class SigComp19OnlineLoader.SigComp19

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

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

Fields

| Improve this Doc View Source

Altitude

Altitude from the online signature imported from the SigComp19 database

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

Azimuth

Azimuth from the online signature imported from the SigComp19 database

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

Distance

Distance from the surface of the tablet from the online signature imported from the SigComp19 database

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

EventType

EventType (pen up) values from the online signature imported from the SigComp19 database

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

P

Pressure from the online signature imported from the SigComp19 database

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

T

T values from the online signature imported from the SigComp19 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 SigComp19 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 SigComp19 database

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