begin() const | density_sketch< T, Kernel, Allocator > | |
density_sketch(uint16_t k, uint32_t dim, const Kernel &kernel=Kernel(), const Allocator &allocator=Allocator()) | density_sketch< T, Kernel, Allocator > | |
deserialize(std::istream &is, const Kernel &kernel=Kernel(), const Allocator &allocator=Allocator()) | density_sketch< T, Kernel, Allocator > | static |
deserialize(const void *bytes, size_t size, const Kernel &kernel=Kernel(), const Allocator &allocator=Allocator()) | density_sketch< T, Kernel, Allocator > | static |
end() const | density_sketch< T, Kernel, Allocator > | |
get_allocator() const | density_sketch< T, Kernel, Allocator > | |
get_dim() const | density_sketch< T, Kernel, Allocator > | |
get_estimate(const std::vector< T > &point) const | density_sketch< T, Kernel, Allocator > | |
get_k() const | density_sketch< T, Kernel, Allocator > | |
get_n() const | density_sketch< T, Kernel, Allocator > | |
get_num_retained() const | density_sketch< T, Kernel, Allocator > | |
is_empty() const | density_sketch< T, Kernel, Allocator > | |
is_estimation_mode() const | density_sketch< T, Kernel, Allocator > | |
merge(FwdSketch &&other) | density_sketch< T, Kernel, Allocator > | |
serialize(std::ostream &os) const | density_sketch< T, Kernel, Allocator > | |
serialize(unsigned header_size_bytes=0) const | density_sketch< T, Kernel, Allocator > | |
to_string(bool print_levels=false, bool print_items=false) const | density_sketch< T, Kernel, Allocator > | |
update(FwdVector &&point) | density_sketch< T, Kernel, Allocator > | |