NuPIC  0.2.7.dev0
Numenta Platform for Intelligent Computing
 All Classes Namespaces Files Functions Variables Pages
Class Hierarchy
This inheritance list is sorted roughly, but not completely, alphabetically:
[detail level 1234]
oCAggregatorThis class provides context and methods for aggregating records
oCDataBufferA simple FIFO stack
oCEncoderAn encoder converts a value to a sparse distributed representation
|oCCategoryEncoderEncodes a list of discrete categories (described by strings), that aren't related to each other, so we never emit a mixture of categories
|oCCoordinateEncoderGiven a coordinate in an N-dimensional space, and a radius around that coordinate, the Coordinate Encoder returns an SDR representation of that position
||\CGeospatialCoordinateEncoderGiven a GPS coordinate and a speed reading, the Geospatial Coordinate Encoder returns an SDR representation of that position
|oCDateEncoderA date encoder encodes a date according to encoding parameters specified in its constructor
|oCLogEncoderThis class wraps the ScalarEncoder class
|oCMultiEncoderA MultiEncoder encodes a dictionary or object with multiple components
|oCPassThroughEncoderPass an encoded SDR straight to the model
||\CSparsePassThroughEncoderConvert a bitmap encoded as array indicies to an SDR
|oCRandomDistributedScalarEncoderA scalar encoder encodes a numeric (floating point) value into an array of bits
|oCScalarEncoderA scalar encoder encodes a numeric (floating point) value into an array of bits
||\CAdaptiveScalarEncoderThis is an implementation of the scalar encoder that adapts the min and max of the scalar encoder dynamically
|| \CDeltaEncoderThis is an implementation of a delta encoder
|oCScalarSpaceEncoderAn encoder that can be used to permute the encodings through different spaces These include absolute value,delta, log space, etc
|\CSDRCategoryEncoderEncodes a list of discrete categories (described by strings), that aren't related to each other
oCModelThis is the base class that all OPF Model implementations should subclass
oCModelFactoryStatic factory class that produces a Model based on a description dict
oCNetworkInfoData type used as return value type by CLAModel.__createCLANetwork()
oCSegmentContainer for all of the segment variables and the synapses it owns
oCTP.SegmentUpdateClass used to carry instructions for updating a segment
oCSpatialPoolerThis class implements the spatial pooler
oCTemporalMemoryClass implementing the Temporal Memory algorithm
\CTPClass implementing the temporal pooler algorithm as described in the published Cortical Learning Algorithm documentation
 \CTP10X2Class implementing the temporal pooler algorithm as described in the published Cortical Learning Algorithm documentation