Closed zouter closed 6 years ago
The upper bound if actually the sum of number of edges minus two, because the last edges will never have to be removed and added
This is best illustrated with:
Dataset: a➡️b Model: a➡️b c➡️d e➡️f .....
This is the worst case scenario as all edges have to be removed except a➡️b. In this case the edge flip should be zero.
The upper bound if actually the sum of number of edges minus two, because the last edges will never have to be removed and added