Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add serialization for Cells4, Cell, Segment, SegmentUpdate, CState, etc #1346

Merged
merged 3 commits into from
Jun 13, 2017

Conversation

scottpurdy
Copy link
Contributor

fixes NUP-2341, NUP-2343, and NUP-2340

…exed, Segment, plus unit tests for Cells4 serialization
@scottpurdy scottpurdy requested a review from lscheinkman June 13, 2017 18:01
_maxInfBacktrack = proto.getMaxInfBacktrack();
_maxLrnBacktrack = proto.getMaxLrnBacktrack();
_maxSeqLength = proto.getMaxSeqLength();
_learnedSeqLength = proto.getAvgLearnedSeqLength();
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It should be proto.getLearnedSeqLength()

@scottpurdy scottpurdy merged commit d261cc6 into numenta:master Jun 13, 2017
@scottpurdy scottpurdy deleted the nup-2341 branch June 13, 2017 19:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants