Class RhythmModelStatistics
Statistics about the rhythm model.
public sealed class RhythmModelStatistics
- Inheritance
-
RhythmModelStatistics
- Inherited Members
Properties
MostCommonDurations
The five most frequent durations, most common first.
public IReadOnlyList<Rational> MostCommonDurations { get; init; }
Property Value
Order
Markov chain order of the model.
public int Order { get; init; }
Property Value
TotalTransitions
Total transition count across all contexts.
public int TotalTransitions { get; init; }
Property Value
UniqueContexts
Number of distinct contexts observed.
public int UniqueContexts { get; init; }