| Package | Description |
|---|---|
| metdetection | |
| metdetection.joint | |
| metdetection.voice | |
| metdetection.voice.fromfile |
| Modifier and Type | Method and Description |
|---|---|
static void |
Runner.performInference(MidiModel model,
NoteListGenerator nlg)
Perform inference on the given model.
|
| Modifier and Type | Class and Description |
|---|---|
class |
JointModel
A
JointModel is used to model and infer one of each type of model simultaneously as
a set, one step at a time. |
| Modifier and Type | Class and Description |
|---|---|
class |
VoiceSplittingModel
A
VoiceSplittingModel is any MidiModel which is used
to split MIDI data into seperate voices. |
| Modifier and Type | Class and Description |
|---|---|
class |
FromFileVoiceSplittingModel
A
FromFileVoiceSplittingModel generates only a single VoiceSplittingModelState, the one
directly generated from the underlying MIDI using the MidiEventParser.getGoldStandardVoices() method. |