NuPIC  0.2.7.dev0
Numenta Platform for Intelligent Computing
 All Classes Namespaces Files Functions Variables Pages
Class List
Here are the classes, structs, unions and interfaces with brief descriptions:
[detail level 12345]
oNnupic
|oNdata
||\Naggregator
|| \CAggregatorThis class provides context and methods for aggregating records
|oNencoders
||oNadaptivescalar
|||\CAdaptiveScalarEncoderThis is an implementation of the scalar encoder that adapts the min and max of the scalar encoder dynamically
||oNbase
|||\CEncoderAn encoder converts a value to a sparse distributed representation
||oNcategory
|||\CCategoryEncoderEncodes a list of discrete categories (described by strings), that aren't related to each other, so we never emit a mixture of categories
||oNcoordinate
|||\CCoordinateEncoderGiven a coordinate in an N-dimensional space, and a radius around that coordinate, the Coordinate Encoder returns an SDR representation of that position
||oNdate
|||\CDateEncoderA date encoder encodes a date according to encoding parameters specified in its constructor
||oNdelta
|||\CDeltaEncoderThis is an implementation of a delta encoder
||oNgeospatial_coordinate
|||\CGeospatialCoordinateEncoderGiven a GPS coordinate and a speed reading, the Geospatial Coordinate Encoder returns an SDR representation of that position
||oNlogenc
|||\CLogEncoderThis class wraps the ScalarEncoder class
||oNmulti
|||\CMultiEncoderA MultiEncoder encodes a dictionary or object with multiple components
||oNpass_through_encoder
|||\CPassThroughEncoderPass an encoded SDR straight to the model
||oNrandom_distributed_scalar
|||\CRandomDistributedScalarEncoderA scalar encoder encodes a numeric (floating point) value into an array of bits
||oNscalar
|||\CScalarEncoderA scalar encoder encodes a numeric (floating point) value into an array of bits
||oNscalarspace
|||\CScalarSpaceEncoderAn encoder that can be used to permute the encodings through different spaces These include absolute value,delta, log space, etc
||oNsdrcategory
|||\CSDRCategoryEncoderEncodes a list of discrete categories (described by strings), that aren't related to each other
||\Nsparse_pass_through_encoder
|| \CSparsePassThroughEncoderConvert a bitmap encoded as array indicies to an SDR
|oNframeworks
||\Nopf
|| oNclamodel
|| |oCNetworkInfoData type used as return value type by CLAModel.__createCLANetwork()
|| |\CDataBufferA simple FIFO stack
|| oNmodel
|| |\CModelThis is the base class that all OPF Model implementations should subclass
|| \Nmodelfactory
||  \CModelFactoryStatic factory class that produces a Model based on a description dict
|\Nresearch
| oNspatial_pooler
| |\CSpatialPoolerThis class implements the spatial pooler
| oNtemporal_memory
| |\CTemporalMemoryClass implementing the Temporal Memory algorithm
| oNTP
| |oCTPClass implementing the temporal pooler algorithm as described in the published Cortical Learning Algorithm documentation
| ||\CSegmentUpdateClass used to carry instructions for updating a segment
| |\CSegmentContainer for all of the segment variables and the synapses it owns
| \NTP10X2
|  \CTP10X2Class implementing the temporal pooler algorithm as described in the published Cortical Learning Algorithm documentation
oNresearchThe nupic.research package contains Python implementations of Numenta algorithms that are in early development
\NswarmingThe nupic.swarming package contains Python implementations of Numenta partical swarming algorithms