Class RhythmAlternative
Alternative prediction.
public sealed class RhythmAlternative
- Inheritance
-
RhythmAlternative
- Inherited Members
Properties
Duration
The alternative duration (whole-note units).
public required Rational Duration { get; init; }
Property Value
Probability
Probability of this duration in 0-1, on the same scale as Confidence so the two can be compared.
public required float Probability { get; init; }