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
603 stars 352 forks source link

Add classifiers WeightedkNN and RW_kNN to classifiers.lazy #299

Open marouabahri opened 1 month ago

marouabahri commented 1 month ago

WeightedkNN and RW_kNN are introduced in the following papers, respectively: https://ieeexplore.ieee.org/stamp/stamp.jsp?arnumber=10020652 and https://link.springer.com/chapter/10.1007/978-3-030-88942-5_10