JAVA example for linking artifacts

Hi @jimmyw,

thank you so much for your response. I’m already aware of this API. Unfortunately, I do not see a way to build layers exactly as shown in my Python example above. JAVA API provides network/layer API, as you pointed out. However, inside of HTM we have different kinds of input and output like activeCells , predictiveCells, winner cells, feedforward output an may be more.

Take a look on these posts:
https://discourse.numenta.org/t/a-theory-of-how-columns-in-the-neocortex-enable-learning-the-structure-of-the-world/2524/92

https://discourse.numenta.org/t/a-theory-of-how-columns-in-the-neocortex-enable-learning-the-structure-of-the-world/2524/93

I do not see the way how to do this in JAVA. We can say in JAVA “connect Lx to Ly”. But we cannot say how exactly. At least I didn’t find out how.

Damir