htm-community / NAB

The Numenta Anomaly Benchmark
GNU Affero General Public License v3.0
3 stars 3 forks source link

PandaVis interface revamp; simplified, now baking instead of TCP conn. #40

Closed Zbysekz closed 4 years ago

Zbysekz commented 4 years ago

Supersedes closed PR #36.
Rewamp of interface for SQLite baking instead of TCP socket connection.

breznak commented 4 years ago

This can now probably be closed and reworked for the new DatabaseRegion (plots) hmm :) ... how do we use it here, since this code is in "core"(classes) while plots use NAPI.

Zbysekz commented 4 years ago

@breznak This is full implementation with pandaVis, not just plotting... If you run this, you get database that contains besides data for plots also SDRs for each iteration... so it enables then to play with it in the panda "3D explorer"

breznak commented 4 years ago

that contains besides data for plots also SDRs for each iteration... so it enables then to play with it in the panda "3D explorer"

oh, that makes sense. I thought the DatabaseRegion stores all the data as well. Or can it be (pre)set to store all for the 3D_explorer?

Zbysekz commented 4 years ago

that contains besides data for plots also SDRs for each iteration... so it enables then to play with it in the panda "3D explorer"

oh, that makes sense. I thought the DatabaseRegion stores all the data as well. Or can it be (pre)set to store all for the 3D_explorer?

Yes generally that would be possible and for networkAPI nice, but that would take lot of work and i don't have time for that. Maybe in the future, thanks for hint.

Zbysekz commented 4 years ago

@breznak can we merge this?

breznak commented 4 years ago

Let's get this in! Very cool feature, thanks!! :100: