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

ARFFIMTDD bug fixing #287

Closed wldbdsyb closed 6 months ago

wldbdsyb commented 9 months ago

Odd code ends in an endless loop when the feature subspace is selected larger than the feature space. This PR fixes this problem.