#include <genesis/placement/function/nhd.hpp>
Simple histogram data structure with equal sized bins.
This struct is used as a fast and light-weight alternative to the proper utils::Histogram class for calculating Node Histogram distances.
Public Attributes | |
std::vector< double > | bins |
double | max |
double | min |