|
|
obtaining state transition matrix from k-means
Dear team,
For an HMM project, i'm trying to build the lambda model. For transition matrix calculation, i'm trying to use k-means and i need to get an NxN matrix as a result.
With the help of kmeans function of Statistical toolbox i can get an n-by-1 vector IDX containing the cluster indices of each point.
The problem is that how can i find state transitions? Is there a special function that i can use? In another words, i need to get the probablity matrix P(i,j) = (N_i,j)/n_i (where i and j are state numbers)
Thanks in advance...
|
|
0
|
|
|
|
Reply
|
burcu
|
12/11/2009 12:30:27 PM |
|
"burcu " <burcu102@hotmail.com> wrote in message
news:hfte13$o6u$1@fred.mathworks.com...
> Dear team,
>
> For an HMM project, i'm trying to build the lambda model. For transition
> matrix calculation, i'm trying to use k-means and i need to get an NxN
> matrix as a result.
> With the help of kmeans function of Statistical toolbox i can get an
> n-by-1 vector IDX containing the cluster indices of each point.
>
> The problem is that how can i find state transitions? Is there a special
> function that i can use? In another words, i need to get the probablity
> matrix P(i,j) = (N_i,j)/n_i (where i and j are state numbers)
http://www.mathworks.com/access/helpdesk/help/toolbox/stats/hmmestimate.html
--
Steve Lord
slord@mathworks.com
comp.soft-sys.matlab (CSSM) FAQ: http://matlabwiki.mathworks.com/MATLAB_FAQ
|
|
0
|
|
|
|
Reply
|
Steven
|
12/11/2009 2:43:44 PM
|
|
|
1 Replies
405 Views
(page loaded in 0.021 seconds)
Similiar Articles: obtaining state transition matrix from k-means - comp.soft-sys ...Dear team, For an HMM project, i'm trying to build the lambda model. For transition matrix calculation, i'm trying to use k-means and i need to get... k means - comp.soft-sys.matlabobtaining state transition matrix from k-means - comp.soft-sys ... Dear team, For an HMM project, i'm trying to build the lambda model. For transition matrix calculation ... K means clustering - comp.soft-sys.matlabobtaining state transition matrix from k-means - comp.soft-sys ... For transition matrix calculation, i'm trying to use k-means and i need to get... ... of Statistical ... image clustering with hidden Markov Model - comp.soft-sys.matlab ...obtaining state transition matrix from k-means - comp.soft-sys ..... For an HMM project, i'm trying to build the lambda model. ... can get an n-by-1 vector IDX ... FIR and IIR? - comp.dspobtaining state transition matrix from k-means - comp.soft-sys ... FIR and IIR? - comp.dsp > > Regards > Bharat I'm not sure what you mean by ... some point, unless they ... how to filter observations - comp.soft-sys.sasWhat do you mean by filter other than the ... C is the observation matrix that maps the state vector to the ... sys.matlab... models for your case (i.e. state-transition ... How to set the seed as a 128 binary string of psudo random number ...... randn('state', k); w=randn(1,10); disp(w ... generator to create a watermark (1*1000 matrix ... state, a call of rand will automatically transition to the next state ... Wargame of the Year 2009 - Election - comp.sys.ibm.pc.games.war ...Again there's a Grand Prize for you to win : Matrix Games ... By no means polished, and still unexpectedly ... Isn't that a sad testimony to the current state of pc ... obtaining state transition matrix from k-means - comp.soft-sys ...Dear team, For an HMM project, i'm trying to build the lambda model. For transition matrix calculation, i'm trying to use k-means and i need to get... Control Systems/Time Variant System Solutions - Wikibooks, open ...The function φ is called the state-transition matrix, because it (like the matrix exponential from the time-invariant case) controls the change for states in the ... 7/20/2012 9:19:37 PM
|
|
|
|
|
|
|
|
|