![]() |
NuPIC Core
Core algorithms for NuPIC(the Numenta Platform for Intelligent Computing), implemented in C++
|
This is the complete list of members for nupic::Network, including all inherited members.
addRegion(const std::string &name, const std::string &nodeType, const std::string &nodeParams) | nupic::Network | |
addRegionFromBundle(const std::string &name, const std::string &nodeType, const Dimensions &dimensions, const std::string &bundlePath, const std::string &label) | nupic::Network | |
addRegionFromProto(const std::string &name, RegionProto::Reader &proto) | nupic::Network | |
callbackItem typedef | nupic::Network | |
disableProfiling() | nupic::Network | |
enableProfiling() | nupic::Network | |
getCallbacks() | nupic::Network | |
getMaxEnabledPhase() const | nupic::Network | |
getMaxPhase() const | nupic::Network | |
getMinEnabledPhase() const | nupic::Network | |
getMinPhase() const | nupic::Network | |
getPhases(const std::string &name) const | nupic::Network | |
getRegions() const | nupic::Network | |
initialize() | nupic::Network | |
link(const std::string &srcName, const std::string &destName, const std::string &linkType, const std::string &linkParams, const std::string &srcOutput="", const std::string &destInput="") | nupic::Network | |
Network() | nupic::Network | |
Network(const std::string &path) | nupic::Network | |
removeLink(const std::string &srcName, const std::string &destName, const std::string &srcOutputName="", const std::string &destInputName="") | nupic::Network | |
removeRegion(const std::string &name) | nupic::Network | |
resetProfiling() | nupic::Network | |
run(int n) | nupic::Network | |
runCallbackFunction typedef | nupic::Network | |
save(const std::string &name) | nupic::Network | |
setMaxEnabledPhase(UInt32 minPhase) | nupic::Network | |
setMinEnabledPhase(UInt32 minPhase) | nupic::Network | |
setPhases(const std::string &name, std::set< UInt32 > &phases) | nupic::Network | |
~Network() | nupic::Network |