NuPIC Core
Core algorithms for NuPIC(the Numenta Platform for Intelligent Computing), implemented in C++
 All Classes Namespaces Files Functions Typedefs Enumerations Enumerator Friends Pages
Todo List
Group Element interface methods
What does "Element interface methods" mean here?
Group Initialization
Should LinkPolicyFactory be documented?
Class nupic::Input
identify methods that may be called by RegionImpl – this is the internal "public interface"
Member nupic::Link::getInputOffset (size_t nodeIndex)
not implemented; necessary?
Member nupic::Link::getNodeInputSize (size_t nodeIndex)

index=-1 for region-level input?

not implemented; necessary?

not implemented; necessary?

Member nupic::Link::isInputContiguous ()
not implemented; necessary?
Member nupic::Network::addRegionFromBundle (const std::string &name, const std::string &nodeType, const Dimensions &dimensions, const std::string &bundlePath, const std::string &label)
label is the prefix of filename of the saved bundle, should this be documented?
Member nupic::Network::~Network ()
Should we document the tear down steps above?
Member nupic::Region::disable ()
Region::disable() not implemented, should it be part of API at all?
Member nupic::Region::enable ()
Region::enable() not implemented, should it be part of API at all?
Member nupic::Region::getInputCount (const std::string &inputName) const
are getOutput/InputCount needed? count can be obtained from the array objects.
Member nupic::Region::getOutputCount (const std::string &outputName) const
are getOutput/InputCount needed? count can be obtained from the array objects.
Member nupic::Region::isParameterShared (const std::string &name) const
figure out what "shared" means here