org.apache.spark.streamdm.clusterers.clusters
A Clusters trait defines the needed operations for maintaining a clustering data structure. It mainly provides a method to update the data structure based on an Instance.
Update the clustering data structure, depending on the Example given.
the example based on which the Model is updated
the updated Clusters object
A Clusters trait defines the needed operations for maintaining a clustering data structure. It mainly provides a method to update the data structure based on an Instance.