Interface ISignerModel
Analyzes signatures based on their similiarity to the trained model
Namespace: SigStat.Common.Pipeline
Assembly: SigStat.Common.dll
Syntax
public interface ISignerModel
Properties
| Improve this Doc View SourceSignerID
Identifies the signer, to whom this model belongs to
Declaration
string SignerID { get; }
Property Value
Type | Description |
---|---|
System.String | The signer identifier. |