Fuzzy-matching cost function that prefers element substitutions to alterations. More...
#include <GraphAlgorithms.h>
Public Member Functions | |
unsigned | vertexAlteration () const override |
unsigned | edgeAlteration () const override |
unsigned | elementSubstitution (Utils::ElementType from, Utils::ElementType to) const override |
unsigned | bondSubstitution (BondType from, BondType to) const override |
Fuzzy-matching cost function that prefers element substitutions to alterations.
Graph edit distances generated with this cost function will prefer substitutions to alterations, but not strongly.