Module org.jgrapht.core
Package org.jgrapht.alg.similarity
Algorithms for computing graph similarity metrics.
-
Class Summary Class Description ZhangShashaTreeEditDistance<V,E> Dynamic programming algorithm for computing edit distance between trees.ZhangShashaTreeEditDistance.EditOperation<V> Represents elementary action which changes the structure of a tree. -
Enum Summary Enum Description ZhangShashaTreeEditDistance.OperationType Type of an edit operation.