org.apache.spark.streamdm.clusterers
Gets the current Model used for the Learner.
Init the model based on the algorithm implemented in the learner.
Train the model based on the algorithm implemented in the learner, from the stream of Examples given for training.
A Clusterer trait defines the needed operations for any implemented clustering algorithm. It provides methods for clustering and for returning the computed cluster.
It uses the following options: