Tagged Questions
2
votes
1answer
156 views
Generate a infinite line with the help of markov chain theory [closed]
So let me explain my problem a little better now (please reopen this question). I heard of markov chain theory when thinking about a method to generate procedural lines to build terrain.
The main ...
0
votes
0answers
27 views
I need your opinions (Implementing Mean Field Method on Rumor Routing)
I'm doing my research about implementing mean field method on flat routing wireless sensor networks.
I've implemented mean field method on Random Walk Routing. Now, I'm going to implementing the ...
0
votes
1answer
182 views
Markov Chain: SQL Database and Java Representation
Now this question is a bit obscure. I have a text-based markov chain that I've generated by parsing user-typed text. It is used to generate an almost-coherent string of gibberish and works by storing ...
0
votes
2answers
68 views
Getting an ArrayIndexOutOfBoundsException when working with markov chains
I have an array to store a set of coordinates for painting a piece of line. So here are some example coordinates
double[][] plotMatrix = {{10,20},{55,80},
{120,40},{225,30},
...
0
votes
2answers
150 views
Track text cursor, to display menu above
I want to build predictive sentence advisor, like (Onion News) Apple Introduces Revolutionary New .... Sentences can probably be generated by stylized pseudo-random text generating algorithm like ...