Show / Hide Table of Contents

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 Source

Far

False Acceptance Rate

Declaration
public double Far
Field Value
Type Description
System.Double
| Improve this Doc View Source

Frr

False Rejection Rate

Declaration
public double Frr
Field Value
Type Description
System.Double

Properties

| Improve this Doc View Source

Aer

Average Error Rate (calculated from Far and Frr)

Declaration
public double Aer { get; }
Property Value
Type Description
System.Double
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX