Waikato / moa

MOA is an open source framework for Big Data stream mining. It includes a collection of machine learning algorithms (classification, regression, clustering, outlier detection, concept drift detection and recommender systems) and tools for evaluation.
http://moa.cms.waikato.ac.nz/
GNU General Public License v3.0
610 stars 353 forks source link

ClusTree serialization bug fix #112

Closed sybernix closed 6 years ago

sybernix commented 6 years ago

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 and sent a pr : https://github.com/Waikato/moa/pull/111

abifet commented 6 years ago

Merged pull request.