Initialization and shutdown operations for NuPIC engine.
More...
#include <NuPIC.hpp>
|
class | Network |
| Having Network as friend class to allow Networks register/unregister themselves at creation and destruction time by calling non-public methods of NuPIC.
|
|
Initialization and shutdown operations for NuPIC engine.
Definition at line 41 of file NuPIC.hpp.
static void nupic::NuPIC::init |
( |
| ) |
|
|
static |
Initialize NuPIC.
- Note
- It's safe to reinitialize an initialized NuPIC.
-
Creating a Network will auto-initialize NuPIC.
static bool nupic::NuPIC::isInitialized |
( |
| ) |
|
|
static |
- Returns
- Whether NuPIC is initialized successfully.
static void nupic::NuPIC::shutdown |
( |
| ) |
|
|
static |
Shutdown NuPIC.
- Note
- As a safety measure, NuPIC with any Network still registered to it is not allowed to be shut down.
The documentation for this class was generated from the following file: