Graph-Markov-Network
Graph-Markov-Network copied to clipboard
How is A calculated
I want to ask you a question:How is A calculated? Is there A specific formula?
A is just the adjacency matrix of the roadway network (a directed/undirected). The diagonal elements are set as one. Thus, A <- A+I in this code. You can also normalize A.