Controlling the degree of vertices #17
-
Is there a way to control the degree of the vertices in the |
Beta Was this translation helpful? Give feedback.
Answered by
phwuil
Aug 16, 2023
Replies: 1 comment
-
I think that you mean the max degree of the vertices. In aGrUM we have a random generator that constraint the number of parents of a node. The python wrapper has not access to this generator for now. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
kenneth-lee-ch
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I think that you mean the max degree of the vertices. In aGrUM we have a random generator that constraint the number of parents of a node. The python wrapper has not access to this generator for now.