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

The anomalyScore is the final anomalyScore that has been processed by normal distrubution? #3866

Closed summerchenjuan closed 5 years ago

summerchenjuan commented 5 years ago

In the paper, there are two anomalyScore. one is St, the raw score, other is Lt, the finaly score, which is processed by Anomalylikelihood. After result=model.run(), we can get a modelResult, so what is the result.inferences['anomalyScore']? Is St or Lt?

rhyolight commented 5 years ago

It is St. Please post questions like this about the NuPIC API on the forum, this issue tracker is for bug reports. Thanks!