Table of Contents

Class RhythmAlternative

Namespace
Celeritas.Core.Analysis
Assembly
Celeritas.dll

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

Rational

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; }

Property Value

float