load_model: Load a Hidden Markov model from disk

Description Usage Arguments Value Examples

Description

This function loads a saved Hidden Markov Model for Music Information Retrieval from disk.

Usage

1
load_model(model_name)

Arguments

model_name

Name of the model on disk.

Value

An object of the class MIR_hmm as returned by MIR_hmm().

Examples

1
2
hmm <- load_model("2_state_hmm")
print(hmm)

simonhess/HMM documentation built on May 6, 2019, 11:44 a.m.