Given two nodes, gives its shortest distance based on the minimum amount of edges
Given two nodes, gives its shortest distance based on the minimum amount of edges
Calculates the shortest distance path between two nodes (based on the minimum amount of edges). The function also returns the total weight of the path, if the weight is not available, returns the number of edges.
## S3 method for class 'intensitynet'ShortestNodeDistance(obj, node_id1, node_id2)