Remember operator: which object model?
hi,
I have a process where I create kmeans models with different k's, those models are remembered by Remember operator, but I have to choose which object model it is... I know its centroid cluster model in this case, but how about PAM models (partitioning around medoids?) , I assume it's k-medoid operator, which model would it be?
or in general: How will I find out which object class my corresponding operator has? as the list is going quite long...
0