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

fix method to deal with NaN values #182

Closed dinaldoap closed 4 years ago

dinaldoap commented 5 years ago

Please, see https://github.com/Waikato/moa/issues/181 for details about the bug.

This PR applies the same solution found in BasicClassificationPerformanceEvaluator.BasicEstimator.add(double) to
FadingFactorClassificationPerformanceEvaluator.FadingFactorEstimator.add(double)

close https://github.com/Waikato/moa/issues/181