28 #ifndef GUM_LEARNING_STRUCTURAL_COMPARATOR_H 29 #define GUM_LEARNING_STRUCTURAL_COMPARATOR_H 70 template <
typename GS1,
typename GS2 >
73 template <
typename GUM_SCALAR >
76 template <
typename GUM_SCALAR >
double f_score_skeleton() const
compare two DiGraphs
Class representing a Bayesian Network.
Base classes for oriented graphs.
double recall_skeleton() const
compare two DiGraphs
double f_score() const
compare two DiGraphs
Class representing Bayesian networks.
Base classes for undirected graphs.
gum is the global namespace for all aGrUM entities
double precision() const
Measures for the graphs.
double recall() const
compare two DiGraphs
A class for comparing graphs based on their structures.
Base class for all oriented graphs.
StructuralComparator()
default constructor
void compare(const DiGraph &ref, const DiGraph &test)
compare two DiGraphs
double __true_edge
Confusion matrix.
double precision_skeleton() const
Measures for the skeleton, aka graph without orientations.
Base classes for mixed directed/undirected graphs.
Base class for undirected graphs.
~StructuralComparator()
destructor
Base class for mixed graphs.