Skip to content

DeltaEncoder should encode the delta not the input #545

@roiebe

Description

@roiebe

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions