Struct ErrorRate
Represents the ErrorRates achieved in a benchmark
Namespace: SigStat.Common
Assembly: SigStat.Common.dll
Syntax
public struct ErrorRate
Fields
| Improve this Doc View SourceFar
False Acceptance Rate
Declaration
public double Far
Field Value
Type | Description |
---|---|
System.Double |
Frr
False Rejection Rate
Declaration
public double Frr
Field Value
Type | Description |
---|---|
System.Double |
Properties
| Improve this Doc View SourceAer
Average Error Rate (calculated from Far and Frr)
Declaration
public double Aer { get; }
Property Value
Type | Description |
---|---|
System.Double |