#include <cstddef>
#include <utility>
#include <vector>
Go to the source code of this file.
|
| double | earth_movers_distance (MassTree const &lhs, MassTree const &rhs, double p=1.0) |
| | Calculate the earth mover's distance of two distributions of masses on a given Tree. More...
|
| |
| std::pair< double, double > | earth_movers_distance (MassTree const &tree, double p=1.0) |
| | Calculate the earth mover's distance of masses on a given Tree. More...
|
| |
| utils::Matrix< double > | earth_movers_distance (std::vector< MassTree > const &trees, double p=1.0) |
| | Calculate the pairwise earth mover's distance for all MassTrees. More...
|
| |