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
614 stars 355 forks source link

Fixing Issue #271 (MOAObject measureByteSize() could return negative value if the size is > 2^31-1) #274

Closed nuwangunasekara closed 3 months ago

nuwangunasekara commented 1 year ago

Fixing Issue #271

Testing

mvn clean package passes with all tests except AdaHoeffdingOptionTreeTest due to #273