Skip to content

jc-hiroto/clickstream-iteration

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Readme

Files

clickstream.py

Environment

Python 3.x (No additional library / package used.)

Steps

  1. Set the desired click number in clickstream.py.
clicks = 8  # The number of clicks can be modified.
  1. Run clickstream.py using python 3.x.
  2. The iteration process takes time, so be patient and wait for the result. :)

Further settings

  • If you want to set the program for your own graph, just edit the codes located at line 19 to line 87.
# Start setting Nodes.
ordering = Node("ordering", True, [0])
refund = Node("refund", True, [0])
order = Node("order", False, [refund, ordering])
ordering.setConnected([order]) 
...

About

Generate clickstreams through pages for specific amount of clicks.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages