Details
-
Bug
-
Status: To Do
-
Major
-
Resolution: Unresolved
-
None
Description
Currently ClusteringEvaluation requires the input stream to be a subclass of ClusteringStream, which only allows the artificial RBF generator to be used.
The reason, is that we need a decayHorizon for the clustering.
However, we could implement the decayHorizon (and any other quantity) as separate options in ClusteringEvaluation, and let the stream be a normal stream. This change would allow to support all the existing input streams for clustering.