Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

MarkovChain doesn't seem to work properly #9

Closed
florianleibert opened this issue Feb 28, 2012 · 1 comment
Closed

MarkovChain doesn't seem to work properly #9

florianleibert opened this issue Feb 28, 2012 · 1 comment

Comments

@florianleibert
Copy link

Session Input Data:

(1970-01-16T09:32:51.178Z,USER3,/A,61c20dfb-c17f-44bf-861e-683ec8431dba)
(1970-01-16T09:32:58.200Z,USER3,/B,61c20dfb-c17f-44bf-861e-683ec8431dba)
(1970-01-16T09:33:01.300Z,USER3,/C,61c20dfb-c17f-44bf-861e-683ec8431dba)
(1970-01-16T09:33:03.400Z,USER3,/D,61c20dfb-c17f-44bf-861e-683ec8431dba)

Output Data:
({((/D),(/A)),((/A),(/B)),((/B),(/C))})

The first pair should be reverse.

@florianleibert
Copy link
Author

Never mind - just saw that the order wasn't preserved from the previous sessionization...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants