-
Notifications
You must be signed in to change notification settings - Fork 163
Open
@roiebe
Description
org.numenta.nupic.encoders.DeltaEncoder.java line 113:
super.encodeIntoArray(input, output);
should be:
super.encodeIntoArray(delta, output);
see python version: nupic/encoders/delta.py line 79:
self._adaptiveScalarEnc.encodeIntoArray(delta, output, learn)
Metadata
Metadata
Assignees
Labels
No labels