Structural Bioinformatics Library
Template C++ / Python API for developping structural bioinformatics applications.
|
Generic Forest Edit Distance algorithm for ordered forests. More...
#include <Ordered_forest_edit_distance.hpp>
Public Types | |
typedef GetCost::FT | FT |
Number type of the cost. More... | |
typedef boost::tuple< Edition_type, Vertex, Vertex, FT > | Edit_unit_path |
Representation of a unitary edition: type of edition, source vertex, target vertex, cost. More... | |
Generic Forest Edit Distance algorithm for ordered forests.
Forest | Model of a forest as a directed or bidirectional boost::adjacency_list. |
typedef boost::tuple<Edition_type, Vertex, Vertex, FT> Edit_unit_path |
Representation of a unitary edition: type of edition, source vertex, target vertex, cost.
typedef GetCost::FT FT |
Number type of the cost.