| Home | Trees | Indices | Help |
|
|---|
|
|
MDP extension to cache the execution phase of nodes. This extension is based on the **joblib** library by Gael Varoquaux, available at http://packages.python.org/joblib/. At the moment, the extension is based on joblib v. 0.4.6.
|
|||
|
cache Context manager for the 'cache_execute' extension. |
|||
|
|||
|
|||
|
|||
|
|||
|
|||
__package__ =
|
|||
|
|||
Activate caching extension. By default, the cache is activated globally (i.e., for all instances of Node). If cache_classes or cache instances are specified, the cache is activated only for those classes and instances. :Parameters: cachedir The root of the joblib cache, or a temporary directory if None cache_classes A list of Node subclasses for which caching is activated. Default value: None cache_classes A list of Node instances for which caching is activated. Default value: None |
De-activate caching extension. |
Set root directory for the joblib cache.
:Parameters:
cachedir
the cache directory name; if ``None``, a temporary directory
is created using `TemporaryDirectory`
verbose
an integer number, controls the verbosity of the cache
(default is 0, i.e., not verbose)
|
|
|||
__package__
|
| Home | Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0.1 on Thu Mar 10 15:27:16 2016 | http://epydoc.sourceforge.net |