Class TempoHypothesis<T>
- Namespace
- AiDotNet.Interfaces
- Assembly
- AiDotNet.dll
A tempo hypothesis with confidence score.
public class TempoHypothesis<T>
Type Parameters
TThe numeric type used for calculations.
- Inheritance
-
TempoHypothesis<T>
- Inherited Members
Properties
Confidence
Gets or sets the confidence score (0.0 to 1.0).
public T Confidence { get; set; }
Property Value
- T
Relation
Gets or sets whether this is a half-tempo or double-tempo variant.
public TempoRelation Relation { get; set; }
Property Value
Tempo
Gets or sets the tempo in BPM.
public T Tempo { get; set; }
Property Value
- T