Class Result
Contains the benchmark results of a single Signer
Inheritance
System.Object
Result
Namespace: SigStat.Common
Assembly: SigStat.Common.dll
Syntax
public class Result : object
Fields
| Improve this Doc View SourceModel
Declaration
public readonly ISignerModel Model
Field Value
Type | Description |
---|---|
ISignerModel |
Properties
| Improve this Doc View SourceAer
Average Error Rate
Declaration
public double Aer { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
Far
False Acceptance Rate
Declaration
public double Far { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
Frr
False Rejection Rate
Declaration
public double Frr { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
Signer
Identifier of the Signer
Declaration
public string Signer { get; set; }
Property Value
Type | Description |
---|---|
System.String |