You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This function is defined on the base encoder class, so is available for all encoder subclasses, but is never called within our codebase. It seems to be entirely for displaying SDRs in a console log.
This function is defined on the base encoder class, so is available for all encoder subclasses, but is never called within our codebase. It seems to be entirely for displaying SDRs in a console log.
https://github.com/numenta/nupic/blob/8d97b2b1e8be99fbb6d753ddca1e168e4c416028/src/nupic/encoders/base.py#L770-L791
I suggest we remove it entirely, for several reasons:
I tried to use it, and it did not work as I expected when I added more than one sub-field in the encoder description. This script yielded an error:
(I printed out the
description
before it was looped.)The text was updated successfully, but these errors were encountered: