Raxol. Core. ErrorPatternLearner. Persistence
(Raxol v2.6.0)
View Source
Load, save, import, and export functions for ErrorPatternLearner. All I/O is isolated here; the GenServer delegates persistence work to this module.
Summary
Functions
Exports the learner state in the given format (:json | :csv | other).
Returns the initial optimization correlations map.
Loads learned patterns from disk, returning an initial learner state struct.
Parses imported JSON pattern data, returning a patterns map.
Persists the current learner state to disk synchronously.
Persists asynchronously in a Task.
Returns the configured storage directory.
Functions
Exports the learner state in the given format (:json | :csv | other).
Returns the initial optimization correlations map.
Loads learned patterns from disk, returning an initial learner state struct.
Parses imported JSON pattern data, returning a patterns map.
Persists the current learner state to disk synchronously.
Persists asynchronously in a Task.
Returns the configured storage directory.