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
The Map holding encoder parameters contains a key which repeats values on a nested level. The nested (child) level designated by the key fieldEncodingsis the one actually used (and not the parent level keys). Care should be taken to remove the parent Encoding values and leave in the nested key and its parameter values.
The Map holding encoder parameters contains a key which repeats values on a nested level. The nested (child) level designated by the key
fieldEncodings
is the one actually used (and not the parent level keys). Care should be taken to remove the parent Encoding values and leave in the nested key and its parameter values.This can be verified by calling (connections.printParameters()](https://github.com/numenta/htm.java/blob/master/src/main/java/org/numenta/nupic/model/Connections.java#L2114) and not having the keys show up in the "other" section - for instance:
Also:
the following method:
Connections.getPrintString()
should do the same...The text was updated successfully, but these errors were encountered: