Skip to content

Releases: huawei-noah/streamDM

StreamDM v0.2 release

18 Jan 08:28
Compare
Choose a tag to compare

Second release for StreamDM.

It contains the first iteration of the StreamDM API, and implements the following methods:

Classification: SGD Learner, Perceptron, Naive Bayes, and Hoeffding Decision Trees;
Clustering: CluStream and StreamKM++;
Ensembles: Bagging.
It uses weka's arff format as the default data description and contains following data generators:

HyperplaneGenerator
RandomTreeGenerator
RandomRBFGenerator
RandomRBFEventsGenerator

StreamDM Summer 2015 Release Candidate

30 Jun 09:55
Compare
Choose a tag to compare
Pre-release

First release candidate for StreamDM.

It contains the first iteration of the StreamDM API, and implements the following methods:

  • Classification: SGD Learner, Perceptron, Naive Bayes, and Hoeffding Decision Trees;
  • Clustering: CluStream and StreamKM++;
  • Ensembles: Bagging.