datasketches-cpp
count_min_sketch< W, Allocator > Member List

This is the complete list of members for count_min_sketch< W, Allocator >, including all inherited members.

begin() constcount_min_sketch< W, Allocator >
count_min_sketch(uint8_t num_hashes, uint32_t num_buckets, uint64_t seed=DEFAULT_SEED, const Allocator &allocator=Allocator())count_min_sketch< W, Allocator >
deserialize(std::istream &is, uint64_t seed=DEFAULT_SEED, const Allocator &allocator=Allocator())count_min_sketch< W, Allocator >static
deserialize(const void *bytes, size_t size, uint64_t seed=DEFAULT_SEED, const Allocator &allocator=Allocator())count_min_sketch< W, Allocator >static
end() constcount_min_sketch< W, Allocator >
get_allocator() constcount_min_sketch< W, Allocator >
get_estimate(uint64_t item) constcount_min_sketch< W, Allocator >
get_estimate(int64_t item) constcount_min_sketch< W, Allocator >
get_estimate(const std::string &item) constcount_min_sketch< W, Allocator >
get_estimate(const void *item, size_t size) constcount_min_sketch< W, Allocator >
get_lower_bound(const void *item, size_t size) constcount_min_sketch< W, Allocator >
get_lower_bound(int64_t item) constcount_min_sketch< W, Allocator >
get_lower_bound(uint64_t item) constcount_min_sketch< W, Allocator >
get_lower_bound(const std::string &item) constcount_min_sketch< W, Allocator >
get_num_buckets() constcount_min_sketch< W, Allocator >
get_num_hashes() constcount_min_sketch< W, Allocator >
get_relative_error() constcount_min_sketch< W, Allocator >
get_seed() constcount_min_sketch< W, Allocator >
get_serialized_size_bytes() constcount_min_sketch< W, Allocator >
get_total_weight() constcount_min_sketch< W, Allocator >
get_upper_bound(const void *item, size_t size) constcount_min_sketch< W, Allocator >
get_upper_bound(int64_t item) constcount_min_sketch< W, Allocator >
get_upper_bound(uint64_t item) constcount_min_sketch< W, Allocator >
get_upper_bound(const std::string &item) constcount_min_sketch< W, Allocator >
is_empty() constcount_min_sketch< W, Allocator >
merge(const count_min_sketch &other_sketch)count_min_sketch< W, Allocator >
serialize(std::ostream &os) constcount_min_sketch< W, Allocator >
serialize(unsigned header_size_bytes=0) constcount_min_sketch< W, Allocator >
suggest_num_buckets(double relative_error)count_min_sketch< W, Allocator >static
suggest_num_hashes(double confidence)count_min_sketch< W, Allocator >static
to_string() constcount_min_sketch< W, Allocator >
update(const void *item, size_t size, W weight)count_min_sketch< W, Allocator >
update(uint64_t item, W weight=1)count_min_sketch< W, Allocator >
update(int64_t item, W weight=1)count_min_sketch< W, Allocator >
update(const std::string &item, W weight=1)count_min_sketch< W, Allocator >