src/vt/utils/adt/histogram_approx.h file

Namespaces

namespace vt
namespace vt::util
namespace vt::util::adt
namespace vt::util::adt::detail
namespace vt::adt

Classes

template<typename T, typename CountT>
struct vt::util::adt::detail::Centroid
A centroid in the histogram with a value and count.
template<typename T, typename CountT>
struct vt::util::adt::HistogramApprox
A bounded-size, online/streaming approximate histogram.