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

Issue-#4: Add support for saving state #1

Merged
merged 1 commit into from
Jul 18, 2016
Merged

Issue-#4: Add support for saving state #1

merged 1 commit into from
Jul 18, 2016

Conversation

daxbert
Copy link
Owner

@daxbert daxbert commented Jul 18, 2016

  • added _traverse private method
    walks the binary tree calling _insert_centroid on each data node
  • added _insert_centroid private method
    simply inserts an existing object into the tree
  • added public load method
    takes an object and re-initializes state from that object

* added _traverse private method
    walks the binary tree calling _insert_centroid on each data node

* added _insert_centroid private method
    simply inserts an existing object into the tree

* added public load method
    takes an object and re-initializes state from that object
@daxbert daxbert merged commit 06592a4 into master Jul 18, 2016
@daxbert daxbert deleted the issue-#4 branch July 18, 2016 22:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
1 participant