Hi everyone,
i'm actually trying to master the moa framework for me to implement some algorithm which are not present in the framework, i understood that we need to extends the abstract clusterer class to implement a new clusterer on the gui, and the main logic of the algorithm will be on the TrainOnInstance method of the class, i'm trying to make a simple algorithm wich cluster the incoming data in the nearest cluster, i understood that we need a Clustering instance to manage the clusters, but how do we retrun the clustering result and when, i have some issues understanding the getClusteringResults method