htm-community / comportex

Hierarchical Temporal Memory in Clojure
154 stars 27 forks source link

Readme out of date... #14

Closed LudoTheHUN closed 8 years ago

LudoTheHUN commented 9 years ago

Hi.

I'm trying to follow through on the readme examples as per here: https://github.com/nupic-community/comportex/wiki/A-sample-workflow-with-the-REPL

I think some names have changed, eg:

(core/column-state-freqs (:r0 (:regions-map model)))

should now be:

(core/column-state-freqs (:rgn-0 (:regions model)))

Keep up the good work!

floybix commented 8 years ago

Done! And it only took me 11 months...