R/synth.R
gsynth.load.Rd
Loads a previously saved Markov model. Auto-detects the format:
If file is a directory, reads the .gsm directory format
file
If file is a file, tries ZIP .gsm format first, then falls back to legacy RDS format
gsynth.load(file)
Path to the saved model (directory, .gsm zip, or legacy .rds)
A gsynth.model object
gsynth.save, gsynth.train, gsynth.convert
gsynth.save
gsynth.train
gsynth.convert