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

obscure description regarding directed graph generation #80

Open
Stephen37927 opened this issue Mar 18, 2024 · 0 comments
Open

obscure description regarding directed graph generation #80

Stephen37927 opened this issue Mar 18, 2024 · 0 comments

Comments

@Stephen37927
Copy link

In the https://github.com/IBM/AMLSim/wiki/Data-Schema-for-Input-Parameters-and-Generated-Data-Set#input-parameter-files of Wiki, there is a paragraph saying: "
Degree Distribution List (degree.csv)
This CSV file has three columns with header names: Count, In-degree and Out-degree. Each CSV row indicates how many account vertices with certain in(out)-degrees should be generated.

Here is an example of degree.csv.

Count,In-degree,Out-degree
0,2,2
1,1,1
2,2,2
From this parameter file, the transaction graph generator generates a directed graph with five vertices (accounts) and five edges. Two of five vertices has no outgoing edges and two of five vertices has no incoming edges (these two vertices might be same)."
I found it hard to comprehend the author's design. why there are 5 vertices and 5 edges in total? It should be 0+1+2=3 I guess, and even so I still cannot find a graph conforming to the specification of degree.csv

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

1 participant