Return only the last value from Loop
Hi There,
I started using rapidminer just today. There's one problem that I'm facing and I can't find the solution anywhere.
Objective: So I want to do clustering for n max iterations, for each n I want to see the centroid value, after this, I want to only work with the example set that the clustering algorithm returned in the last run.
I have done half of it, i.e, I have used Loop Parameter to see all n centroids. Each n is the output of the Loop, but the problem here is that, each n also returns a corresponding example set, so I end up with n example sets which I do NOT want.
I only want the final example set. How can I get that example set?
Regards
I started using rapidminer just today. There's one problem that I'm facing and I can't find the solution anywhere.
Objective: So I want to do clustering for n max iterations, for each n I want to see the centroid value, after this, I want to only work with the example set that the clustering algorithm returned in the last run.
I have done half of it, i.e, I have used Loop Parameter to see all n centroids. Each n is the output of the Loop, but the problem here is that, each n also returns a corresponding example set, so I end up with n example sets which I do NOT want.
I only want the final example set. How can I get that example set?
Regards