data_base
❭ IO
❭ LoaderDumper
❭ reduced_lda_model
❭ dump
dump¶
- data_base.IO.LoaderDumper.reduced_lda_model.dump(obj, savedir)¶
Save the reduced model in the specified directory as a DataBase.
The database will contain the following keys:
st
: Spike times with a precision of \(.01\).lda\_value\_dicts\_<index>
: Dictionaries of LDA values with a precision of \(.01\).Rm
: The reduced model.
- Parameters:¶
obj (
ReducedLdaModel
) – Reduced model to be saved.savedir (str) – Directory where the reduced model should be stored.