- JointModel - Class in metdetection.joint
-
A JointModel
is used to model and infer one of each type of model simultaneously as
a set, one step at a time.
- JointModel(VoiceSplittingModelState, BeatTrackingModelState, MetricalModelState) - Constructor for class metdetection.joint.JointModel
-
Create a new JointModel based on a state with the given constituent states.
- JointModelState - Class in metdetection.joint
-
A JointModelState
is the state used to model and infer one of each type of model
simultaneously as a set, one step at a time.
- JointModelState(VoiceSplittingModelState, BeatTrackingModelState, MetricalModelState) - Constructor for class metdetection.joint.JointModelState
-
Create a new JointModelState with the given constituent states.
- JointModelState(MetricalModelState) - Constructor for class metdetection.joint.JointModelState
-
Create a new ModelState on the given HierarchyModelState.