Class MCYTLoader.MCYT
Set of features containing raw data loaded from MCYT-format database.
Inheritance
System.Object
MCYTLoader.MCYT
Namespace: SigStat.Common.Loaders
Assembly: SigStat.Common.dll
Syntax
public static class MCYT : object
Fields
| Improve this Doc View SourceAltitude
Altitude values from the online signature imported from the MCYT database
Declaration
public static readonly FeatureDescriptor<List<int>> Altitude
Field Value
Type | Description |
---|---|
FeatureDescriptor<List<System.Int32>> |
Azimuth
Azimuth values from the online signature imported from the MCYT database
Declaration
public static readonly FeatureDescriptor<List<int>> Azimuth
Field Value
Type | Description |
---|---|
FeatureDescriptor<List<System.Int32>> |
Pressure
Pressure values from the online signature imported from the MCYT database
Declaration
public static readonly FeatureDescriptor<List<int>> Pressure
Field Value
Type | Description |
---|---|
FeatureDescriptor<List<System.Int32>> |
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>> |
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>> |