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

Updated WekaToSamoaInstanceConverter to work with "unlabeled" instances #160

Closed sh2ezo closed 5 years ago

sh2ezo commented 5 years ago

Hello!

The weka.core.Instance::classValue throws UnassignedClassException when classIndex is negative. To solve that I added check whether classIndex is greater or equal to zero.