Hello every one ,
I am writing a code to generate huge transition matrix (2 order markov and one order markov)
here are my question :
1) is there any available source for efficiently generating mrrkov transition matrix ONLY ?
2) I have around 800000 nodes so what could be a better way to create such a huge structure ---> i am looking for access speed into an element in the transition matrix
Any suggestion about tools which might be more efficient .
Thanks in advance .
Regards
I am writing a code to generate huge transition matrix (2 order markov and one order markov)
here are my question :
1) is there any available source for efficiently generating mrrkov transition matrix ONLY ?
2) I have around 800000 nodes so what could be a better way to create such a huge structure ---> i am looking for access speed into an element in the transition matrix
Any suggestion about tools which might be more efficient .
Thanks in advance .
Regards
Comment