I am working on a project related to computer architecture and HTM and I am interested in extracting architectural parameters from the CLA after learning. What's the best way to do this?
For example, in the examples/opf/clients/hotgym/simple example, after running the CLA with the inputs, I'd like to extract these parameters from the model: - Connections between bits of the input vector and columns - Connections between cell outputs and segments - Number of segments on a cell - Segment thresholds What data structures contain this information, and in what file(s) are their getters? Thanks, -- Mr. Mateja Putic Ph.D Candidate Department of Electrical and Computer Engineering University of Virginia (703) 303-2099
