numenta / nupic-legacy

Numenta Platform for Intelligent Computing is an implementation of Hierarchical Temporal Memory (HTM), a theory of intelligence based strictly on the neuroscience of the neocortex.
http://numenta.org/
GNU Affero General Public License v3.0
6.33k stars 1.56k forks source link

base.py decode() not working for for RandomDistributedScalarEncoder() #3869

Open pizzatakeaway opened 5 years ago

pizzatakeaway commented 5 years ago

The functions .decode(), .decodedToStr() and .topDownCompute() in nupic/encoders/base.py do not work wirh RandomDistributedScalarEncoder() in nupic/encoder/random_distributed_scalar.py.