![]() |
NuPIC
0.2.7.dev0
Numenta Platform for Intelligent Computing
|
| This class provides context and methods for aggregating records | |
| A simple FIFO stack | |
| An encoder converts a value to a sparse distributed representation | |
| Encodes a list of discrete categories (described by strings), that aren't related to each other, so we never emit a mixture of categories | |
| Given a coordinate in an N-dimensional space, and a radius around that coordinate, the Coordinate Encoder returns an SDR representation of that position | |
| Given a GPS coordinate and a speed reading, the Geospatial Coordinate Encoder returns an SDR representation of that position | |
| A date encoder encodes a date according to encoding parameters specified in its constructor | |
| This class wraps the ScalarEncoder class | |
| A MultiEncoder encodes a dictionary or object with multiple components | |
| Pass an encoded SDR straight to the model | |
| Convert a bitmap encoded as array indicies to an SDR | |
| A scalar encoder encodes a numeric (floating point) value into an array of bits | |
| A scalar encoder encodes a numeric (floating point) value into an array of bits | |
| This is an implementation of the scalar encoder that adapts the min and max of the scalar encoder dynamically | |
| This is an implementation of a delta encoder | |
| An encoder that can be used to permute the encodings through different spaces These include absolute value,delta, log space, etc | |
| Encodes a list of discrete categories (described by strings), that aren't related to each other | |
| This is the base class that all OPF Model implementations should subclass | |
| Static factory class that produces a Model based on a description dict | |
| Data type used as return value type by CLAModel.__createCLANetwork() | |
| Container for all of the segment variables and the synapses it owns | |
| Class used to carry instructions for updating a segment | |
| This class implements the spatial pooler | |
| Class implementing the Temporal Memory algorithm | |
| Class implementing the temporal pooler algorithm as described in the published Cortical Learning Algorithm documentation | |
| Class implementing the temporal pooler algorithm as described in the published Cortical Learning Algorithm documentation |
1.8.3.1