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
613 stars 354 forks source link

Update SparseInstance.java #214

Open JayKumarr opened 4 years ago

JayKumarr commented 4 years ago

A little change of constructor calling to solve the MetaMultilabelGenerator problem. The commit solves the issue https://github.com/Waikato/moa/issues/137 . An example is also given in the comment section

ospanbatyr commented 2 years ago

This problem still persists. What can we do to fix this issue?

Edit: BTW I edited the constructor the way you said; but it did not work.