Show / Hide Table of Contents

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 Source

Model

Declaration
public readonly ISignerModel Model
Field Value
Type Description
ISignerModel

Properties

| Improve this Doc View Source

Aer

Average Error Rate

Declaration
public double Aer { get; set; }
Property Value
Type Description
System.Double
| Improve this Doc View Source

Far

False Acceptance Rate

Declaration
public double Far { get; set; }
Property Value
Type Description
System.Double
| Improve this Doc View Source

Frr

False Rejection Rate

Declaration
public double Frr { get; set; }
Property Value
Type Description
System.Double
| Improve this Doc View Source

Signer

Identifier of the Signer

Declaration
public string Signer { get; set; }
Property Value
Type Description
System.String
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX