Show / Hide Table of Contents

Class SigComp11ChineseLoader.SigComp11Ch

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

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

Fields

| Improve this Doc View Source

P

Z cooridnates from the online signature imported from the SigComp11Chinese 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 SigComp11Chinese 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 SigComp11Chinese 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 SigComp11Chinese 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