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
614 stars 355 forks source link

Add the RCD classifier #65

Closed pmgj closed 7 years ago

pmgj commented 7 years ago

The RCD classifier and the multivariate non-parametric statistical tests that it uses are included in this pull request. It is based on the paper Gonçalves Jr, Paulo Mauricio, and Roberto Souto Maior De Barros. "RCD: A recurring concept drift framework." Pattern Recognition Letters 34.9 (2013): 1018-1025.

abifet commented 7 years ago

Thanks! Please add license headers and javadoc documentation to the statistical test files.

pmgj commented 7 years ago

License headers and javadoc documentation included.

abifet commented 7 years ago

Thanks!

abifet commented 7 years ago

The source code is not compiling. It seems that it needs external libraries.