load_model: Load a Hidden Markov model from disk

Description Usage Arguments Value Examples

View source: R/hello.R

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)

githerbert/HMM documentation built on May 30, 2019, 12:46 p.m.