Table of Contents

Class ChordStatistics<T>

Namespace
AiDotNet.Interfaces
Assembly
AiDotNet.dll

Statistics for a chord in the recognition result.

public class ChordStatistics<T>

Type Parameters

T

The numeric type used for calculations.

Inheritance
ChordStatistics<T>
Inherited Members

Properties

AverageConfidence

Gets or sets the average confidence when this chord was detected.

public T AverageConfidence { get; set; }

Property Value

T

NumOccurrences

Gets or sets the number of occurrences.

public int NumOccurrences { get; set; }

Property Value

int

Percentage

Gets or sets the percentage of total audio time.

public double Percentage { get; set; }

Property Value

double

TotalDuration

Gets or sets the total duration this chord was detected.

public double TotalDuration { get; set; }

Property Value

double