datasketches-cpp
density_sketch< T, Kernel, Allocator > Member List

This is the complete list of members for density_sketch< T, Kernel, Allocator >, including all inherited members.

begin() constdensity_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() constdensity_sketch< T, Kernel, Allocator >
get_allocator() constdensity_sketch< T, Kernel, Allocator >
get_dim() constdensity_sketch< T, Kernel, Allocator >
get_estimate(const std::vector< T > &point) constdensity_sketch< T, Kernel, Allocator >
get_k() constdensity_sketch< T, Kernel, Allocator >
get_n() constdensity_sketch< T, Kernel, Allocator >
get_num_retained() constdensity_sketch< T, Kernel, Allocator >
is_empty() constdensity_sketch< T, Kernel, Allocator >
is_estimation_mode() constdensity_sketch< T, Kernel, Allocator >
merge(FwdSketch &&other)density_sketch< T, Kernel, Allocator >
serialize(std::ostream &os) constdensity_sketch< T, Kernel, Allocator >
serialize(unsigned header_size_bytes=0) constdensity_sketch< T, Kernel, Allocator >
to_string(bool print_levels=false, bool print_items=false) constdensity_sketch< T, Kernel, Allocator >
update(FwdVector &&point)density_sketch< T, Kernel, Allocator >