How to generate Markov Chain in C#

后端 未结 1 759
情话喂你
情话喂你 2021-02-04 12:17

I want to create this Markov Chain in C#. I need to know if there is any other structure other than adjacency list which can work better in this situation. Also how can I use th

1条回答
  •  死守一世寂寞
    2021-02-04 13:10

    QuickGraph is really good general purpose graph library. It has some implementations for walking Markov Chains. I recommend checking out the source code.

    0 讨论(0)
提交回复
热议问题