An exclusive raffle opportunity for active members like you! Complete your profile, answer questions and get your first accepted badge to enter the raffle.
could you please help in how to create a Markov chain where each cluster will correspond to one state of the Markov chain and to compute the transition probabilities for the chain.
Do you have a time dimension in your data? Transition probabilities usually relate to changes from one period to another, but clustering is typically done independent of time. Perhaps you can post a data sample to clarify? RapidMiner doesn't have a built-in Markov chain operator but it could be constructed manually.
I have data set in excel. I done the k means clustering and now I need to find the probability. So I don’t know how can I find it . How can I get this table
Do you have a time dimension in your data? Transition probabilities usually relate to changes from one period to another, but clustering is typically done independent of time. Perhaps you can post a data sample to clarify? RapidMiner doesn't have a built-in Markov chain operator but it could be constructed manually.