6 ms·
I don't understand why you are linking to something about labelled graphs when people are (presumably) trying to distinguish between graphs up to isomorphism i
by Py-o7 5y ago
I don't understand why you are linking to something about labelled graphs when people are (presumably) trying to distinguish between graphs up to isomorphism i.e. after modd'ing out the labeling.
- orange3xchicken 5y agoThe term "labeled graph" just means a graph with each node labeled differently (but arbitrarily). It just allows for reasoning & enumerating the vertex set. It's a typical assumption to make in the context of graph isomorphism. It doesn't relate to machine learning (which is what I assume you mean).
- gilleain 5y agoIsomorphism of a pair of graphs usually refers to isomorphism of their unlabelled equivalents. Yes the concrete expression of the isomorphism would be as a mapping between the labels. Given that the paper linked to is by Brendan McKay et al, it seems reasonable to mention that nAUTy works by finding (efficiently) all permutations of the labellings that result in an automorphism of the graph.