From e6ae8659c02449b8671a7096964aa24492b9ec77 Mon Sep 17 00:00:00 2001 From: richard-moulton Date: Fri, 6 Apr 2018 10:11:07 -0400 Subject: [PATCH] Updated README to reflect that changes have happened since the version included in MOA 17.06 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 35ac3b9..ce6b5e5 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ # D-Stream -Implementation of the D-Stream clustering algorithm for use in MOA. Now included as part of the MOA 17.06 release. +Implementation of the D-Stream clustering algorithm for use in MOA. An earlier version is included as part of the MOA 17.06 release. The D-Stream algorithm is described by Yixin Chen and Li Tu in their paper "Density-Based Clustering for Real-Time Stream Data" [2]. Please cite that paper if you use this code.