Hi Jing,

> I'm using network API to make predictions. The tp_params has an attribute 
> "cellsPerColumn". My question is: How to get the synapses connection between 
> columns or cells? Are there any method or code?

Set the `temporalImp` parameter to `tm_py` to use the new Temporal Memory 
implementation (called `TemporalMemory`). Then you can do the following to get 
the underlying `TemporalMemory` instance:

    tm = model._getTPRegion().getSelf()._tfdr

The `Connections` instance is available at `tm.connections`.

- Chetan

> On Oct 14, 2015, at 10:21 PM, fuyajing <[email protected]> wrote:
> 
> Hello
> I'm using network API to make predictions. The tp_params has an attribute 
> "cellsPerColumn". My question is: How to get the synapses connection between 
> columns or cells? Are there any method or code?
> Thank you in advance.
> 
> Jing

Reply via email to