Apache SAMOA Clustering Algorithm

The SAMOA Clustering Algorithm is invoked by using the ClusteringEvaluation task. The clustering task can be executed with default values just by running:

bin/samoa storm target/SAMOA-Storm-0.0.1-SNAPSHOT.jar "ClusteringEvaluation"

Parameters:

In terms of the SAMOA API, Clustering Evaluation consists of a source processor, a clusterer, and a evaluator processor. Source processor sends the instances to the classifier using source stream. The clusterer sends the clustering results to the evaluator processor via the result stream. The source Processor corresponds to the -s option of Clustering Evaluation, and the clusterer corresponds to the -l option.