"Joining two examplesets by Clusters."

ShubhaShubha MemberPosts:139Guru
edited May 2019 inHelp
Hi,

我有一个例子et on which kmeans is run and a variable 'Cluster' giving the cluster groupings in the data. There is also an ID variable in the same data.

I have an another exampleset, giving the cluster centroids. This data also has a variable called cluster, having the values same as the first exampleset, but each cluster appears only once. If there are 3 clusters, then there are only three examples here. This exampleset does NOT have an Id variable.

In both the examplesets, the type of the 'cluster' variable is regular.

Now, I want to join the above datasets by the 'cluster' variable. But the error i get is:"Input exampleset does not have an ID attribute". But i want to join the data by 'cluster' variable. How do i do it? Do i have to convert the regular type cluster variables to 'Id' variable in both the examplesets?

Thank you very much for your help,
Shubha

Tagged:

Answers

  • IngoRMIngoRM Administrator, Moderator, Employee, RapidMiner Certified Analyst, RapidMiner Certified Expert, Community Manager, RMResearcher, Member, University ProfessorPosts:1,751RM Founder
    If I understand you correctly: yes.

    Why did you not simply try it out?

    Cheers,
    Ingo
Sign InorRegisterto comment.