- encode(Measure, String, MetricalLpcfgHead) - Static method in class metdetection.meter.lpcfg.MetricalLpcfgProbabilityTracker
-
Encode the given measure, typeString, and head into a single String key.
- encode(String, String, MetricalLpcfgHead) - Static method in class metdetection.meter.lpcfg.MetricalLpcfgProbabilityTracker
-
Encode the given measureKey, typeString, and headLength into a String.
- encodeBackoff(Measure, String, MetricalLpcfgHead, MetricalLpcfgNonterminal.MetricalLpcfgLevel) - Static method in class metdetection.meter.lpcfg.MetricalLpcfgProbabilityTracker
-
Encode the given measure's backup type (based on the level), typeString, and headLength into
a single String key.
- equals(Object) - Method in class metdetection.beat.Beat
-
- equals(Object) - Method in class metdetection.meter.lpcfg.MetricalLpcfgHead
-
- equals(Object) - Method in class metdetection.meter.lpcfg.MetricalLpcfgMeasure
-
- equals(Object) - Method in class metdetection.meter.lpcfg.MetricalLpcfgNonterminal
-
- equals(Object) - Method in class metdetection.meter.lpcfg.MetricalLpcfgTerminal
-
- equals(Object) - Method in class metdetection.meter.lpcfg.MetricalLpcfgTree
-
- equals(Object) - Method in class metdetection.meter.Measure
-
- equals(Object) - Method in class metdetection.time.KeySignature
-
- equals(Object) - Method in class metdetection.time.Tempo
-
- equals(Object) - Method in class metdetection.time.TimeSignature
-
- equals(Object) - Method in class metdetection.utils.MidiNote
-
- equals(Object) - Method in class metdetection.voice.Voice
-
- evaluateLpcfg() - Static method in class metdetection.utils.Evaluation
-
Evaluate the input lpcfg results.
- evaluateTemperley(File) - Static method in class metdetection.utils.Evaluation
-
Evaluate a Temperley file output (from std in) based on the gold standard meter parsed
from the given MIDI or **kern file.
- Evaluation - Class in metdetection.utils
-
The Evaluation
can be used to perform global evaluation on some output file.
- Evaluation() - Constructor for class metdetection.utils.Evaluation
-
- EventParser - Interface in metdetection.parsing
-
An EventParser
handles the interfacing between this program and music files.
- EXTRACT - Static variable in class metdetection.Main
-
- extractFromGrammar(MetricalLpcfg, MetricalLpcfgGenerator) - Static method in class metdetection.Main
-
Extract the grammar rules from the given generator from the given grammar.
- extractTree(MetricalLpcfgTree) - Method in class metdetection.meter.lpcfg.MetricalLpcfg
-
Extract the given tree from our list of trees.