|
using | tree_type = Tree |
|
using | size_type = typename tree_type::size_type |
|
using | node_weight_type = typename Tree::node_weight_type |
|
using | type = Graph |
|
using | connectivity_equivalent_type = std::initializer_list< std::initializer_list< E > > |
|
using | connectivity_type = typename type::connectivity_type |
|
using | nodes_type = typename type::nodes_type |
|
|
template<class CheckType , test_mode Mode> |
static void | test (CheckType flavour, test_logger< Mode > &logger, const tree_type &actual, const maths::tree_initializer< node_weight_type > &prediction) |
|
static void | test (CheckType flavour, test_logger< Mode > &logger, const Graph &graph, const G &prediction) |
|
static void | test (CheckType flavour, test_logger< Mode > &logger, const type &graph, std::pair< connectivity_equivalent_type< E >, NodesEquivalentType > prediction) |
|
static void | test (CheckType flavour, test_logger< Mode > &logger, const type &graph, connectivity_equivalent_type< E > connPrediction) |
|
static void | test (CheckType flavour, test_logger< Mode > &logger, const type &graph, connectivity_equivalent_type< E > connPrediction) |
|
|
static constexpr maths::tree_link_direction | link_dir {Tree::link_dir} |
|
The documentation for this struct was generated from the following file: