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

A question about model.run() #3896

Open Arcmoon-Hu opened 3 years ago

Arcmoon-Hu commented 3 years ago

Hi, I have a question about model.run() If I have a time series t0,d0 t1,d1 t2,d2 ... When I execute model.run(d0), the result will be the perdiction of d0 or d1?