htm.core
htm.core copied to clipboard
An attempt at a base class for .py encoders
This is not complete... ..But I have to admit I don't know what I am doing. I am not proficient at Python to do the right thing here. @breznak can you help me?
What I am trying to do is develop a base class that can be used by any encoder developed in Python to ensure it implements the encode( ) function and sets the dimensions. I was trying to insert this into the existing grid_cell_encoder.py to make sure it works.
@breznak would you please finish this for me. Thanks.