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-2020 Pierre-Henri WUILLEMIN () et Christophe GONZALES () info_at_agrum_dot_org.
double recall_skeleton() const
compare two DiGraphs
double f_score() const
compare two DiGraphs
Copyright 2005-2020 Pierre-Henri WUILLEMIN () et Christophe GONZALES () info_at_agrum_dot_org.
Copyright 2005-2020 Pierre-Henri WUILLEMIN () et Christophe GONZALES () info_at_agrum_dot_org.
Copyright 2005-2020 Pierre-Henri WUILLEMIN () et Christophe GONZALES () info_at_agrum_dot_org.
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-2020 Pierre-Henri WUILLEMIN () et Christophe GONZALES () info_at_agrum_dot_org.
Base class for undirected graphs.
~StructuralComparator()
destructor
Base class for mixed graphs.