Hello, This message was mistakenly sent to dev-owner@ rather than dev@, forwarding to the correct mailing list.
Currently ClusteringEvaluation requires a ClusteringStream as input, and we only have the artificial RBF generator right now. The only reason I am aware of, is the need for a decay (DecayHorizon). However, I believe it should be possible to implement it as a separate option in the ClusteringEvaluation itself, rather than having to subclass the stream. With this modification we would support all the current stream inputs. I have opened SAMOA-50 to track this. If you would like to take a stab at a patch I'd be happy to review it. Cheers, -- Gianmarco On 3 November 2015 at 11:49, Pasquale Troiano <[email protected]> wrote: > Hello, > I write this message to ask, how you can run the clustering evaluation by > giving input a file with data inside. > The documentation is written the following command: > bin / Samoa storm target / SAMOA-Storm-0.0.1-SNAPSHOT.jar > "ClusteringEvaluation" > but as you can run it with the -s option in local mode? > waiting to be answered, I apologize for the trouble > Greetings > PT >
