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

A simple initial working pull request that has a copy of HoeffdingTree.java c… #171

Closed chaitanya-m closed 5 years ago

chaitanya-m commented 5 years ago

…alled VFDT.java with some updates. EFDT extends VFDT, though eventually it might be best to merge VFDT changes with HoeffdingTree and extend EFDT off the result.