fabiojavamarcos / fabiojavamarcos/InterNetworkRandomWalk-2
Need to keep track of turns and create a threshold to limit the bags creation
Open
- Dominant language
- Java
- Stars
- 1
- Forks
- 0
- PR merge metrics
- No merged PRs in 30d
Description
turns must read the default input using args[]
Also the nodes names written must be ignored in the RW
threshold must keep on the bags csv only lines where at least one node is over the threshold
The threshold is a value that represents a percentual based on the max visits values.
Ex: mas visited node received 100 visits
if threshold is 30 (%) it means that we can keep lines where at least one node has more than or equal 70 visits
30% of 100 = 30. 100 - 30 = 70.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.