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

Fix resetLearning to clear ArrayLists #250

Closed michaelchiucw closed 2 years ago

michaelchiucw commented 2 years ago

The previous version did not clear the ArrayLists when resetLearning is called, which the ArrayLists will grow if the resetLearning() is invoked for more than once.

abifet commented 2 years ago

@alessiobernardo what do you think of this pull request?

alessiobernardo commented 2 years ago

@alessiobernardo what do you think of this pull request?

@alessiobernardo what do you think of this pull request?

He is right even if the resetLearning method is called only once at the beginning, so it is the same.

alessiobernardo commented 2 years ago

@alessiobernardo what do you think of this pull request?

@alessiobernardo what do you think of this pull request?

He is right even if the resetLearning method is called only once at the beginning, so it is the same.