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
609 stars 353 forks source link

Incorporated 'opencsv' library into EvaluateMultipleClusterings #163

Closed richard-moulton closed 5 years ago

richard-moulton commented 5 years ago

I've rewritten the task EvaluateMultipleClusterings using the 'opencsv' CSV parsing/writing library. The result is cleaner code and better handling of edge cases that may have been missed in the first iteration.