MarkovChain.load_parameters

classmethod MarkovChain.load_parameters(path)

Initializes this estimator by loading its parameters. If subclasses overwrite save_parameters(), this method should also be overwritten.

Typically, this method should not be called directly. It is called as part of load().

Parameters:

path -- The directory from which the parameters should be loaded.