31 #ifndef GUM_LEARNING_STRUCTURAL_COMPARATOR_H 32 #define GUM_LEARNING_STRUCTURAL_COMPARATOR_H 73 template <
typename GS1,
typename GS2 >
76 template <
typename GUM_SCALAR >
79 template <
typename GUM_SCALAR >
double f_score_skeleton() const
compare two DiGraphs
Class representing a Bayesian Network.
Copyright 2005-2019 Pierre-Henri WUILLEMIN et Christophe GONZALES (LIP6) {prenom.nom}_at_lip6.fr.
double recall_skeleton() const
compare two DiGraphs
double f_score() const
compare two DiGraphs
Copyright 2005-2019 Pierre-Henri WUILLEMIN et Christophe GONZALES (LIP6) {prenom.nom}_at_lip6.fr.
Copyright 2005-2019 Pierre-Henri WUILLEMIN et Christophe GONZALES (LIP6) {prenom.nom}_at_lip6.fr.
Copyright 2005-2019 Pierre-Henri WUILLEMIN et Christophe GONZALES (LIP6) {prenom.nom}_at_lip6.fr.
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.
Copyright 2005-2019 Pierre-Henri WUILLEMIN et Christophe GONZALES (LIP6) {prenom.nom}_at_lip6.fr.
Base class for undirected graphs.
~StructuralComparator()
destructor
Base class for mixed graphs.