Learn R Programming

misha (version 5.11.23)

gsynth.load: Load a gsynth.model from disk

Description

Loads a previously saved Markov model. Auto-detects the format:

  • If file is a directory, reads the .gsm directory format

  • If file is a file, tries ZIP .gsm format first, then falls back to legacy RDS format

Usage

gsynth.load(file)

Value

A gsynth.model object

Arguments

file

Path to the saved model (directory, .gsm zip, or legacy .rds)

See Also

gsynth.save, gsynth.train, gsynth.convert