datasketches-cpp
frequent_items_sketch< T, W, H, E, A > Member List

This is the complete list of members for frequent_items_sketch< T, W, H, E, A >, including all inherited members.

deserialize(std::istream &is, const SerDe &sd=SerDe(), const E &equal=E(), const A &allocator=A())frequent_items_sketch< T, W, H, E, A >static
deserialize(const void *bytes, size_t size, const SerDe &sd=SerDe(), const E &equal=E(), const A &allocator=A())frequent_items_sketch< T, W, H, E, A >static
frequent_items_sketch(uint8_t lg_max_map_size, uint8_t lg_start_map_size=LG_MIN_MAP_SIZE, const E &equal=E(), const A &allocator=A())frequent_items_sketch< T, W, H, E, A >explicit
get_apriori_error(uint8_t lg_max_map_size, W estimated_total_weight)frequent_items_sketch< T, W, H, E, A >static
get_epsilon() constfrequent_items_sketch< T, W, H, E, A >
get_epsilon(uint8_t lg_max_map_size)frequent_items_sketch< T, W, H, E, A >static
get_estimate(const T &item) constfrequent_items_sketch< T, W, H, E, A >
get_frequent_items(frequent_items_error_type err_type) constfrequent_items_sketch< T, W, H, E, A >
get_frequent_items(frequent_items_error_type err_type, W threshold) constfrequent_items_sketch< T, W, H, E, A >
get_lower_bound(const T &item) constfrequent_items_sketch< T, W, H, E, A >
get_maximum_error() constfrequent_items_sketch< T, W, H, E, A >
get_num_active_items() constfrequent_items_sketch< T, W, H, E, A >
get_serialized_size_bytes(const SerDe &sd=SerDe()) constfrequent_items_sketch< T, W, H, E, A >
get_total_weight() constfrequent_items_sketch< T, W, H, E, A >
get_upper_bound(const T &item) constfrequent_items_sketch< T, W, H, E, A >
is_empty() constfrequent_items_sketch< T, W, H, E, A >
merge(const frequent_items_sketch &other)frequent_items_sketch< T, W, H, E, A >
merge(frequent_items_sketch &&other)frequent_items_sketch< T, W, H, E, A >
serialize(std::ostream &os, const SerDe &sd=SerDe()) constfrequent_items_sketch< T, W, H, E, A >
serialize(unsigned header_size_bytes=0, const SerDe &sd=SerDe()) constfrequent_items_sketch< T, W, H, E, A >
to_string(bool print_items=false) constfrequent_items_sketch< T, W, H, E, A >
update(const T &item, W weight=1)frequent_items_sketch< T, W, H, E, A >
update(T &&item, W weight=1)frequent_items_sketch< T, W, H, E, A >