load()

load()#

classmethod TruncatedSVDSolver.load(loadfile: str)[source]#

Load a serialized solver from an HDF5 file, created previously from the save() method.

Parameters:
loadfilestr

Path to the file where the model was stored via save().

Returns:
solverTruncatedSVDSolver

Loaded solver.