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
603 stars 352 forks source link

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

Open nuwangunasekara opened 1 year ago

nuwangunasekara commented 1 year ago

Fixing Issue #271

Testing

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