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

ClusTree serialization bug fix #111

Merged
merged 1 commit into from
Sep 24, 2017
Merged

ClusTree serialization bug fix #111

merged 1 commit into from
Sep 24, 2017

Conversation

sybernix
Copy link
Contributor

In order to serialize ClusTree model after training for future use the fields inside it also need to be Serializable. But Node and Entry classes were not serializable and hence throws error when trying to serialize ClusTree. Fixed them by implementing serializable for both classes

@abifet abifet merged commit 5156bc3 into Waikato:master Sep 24, 2017
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.

None yet

2 participants