|
datasketches-cpp
|
| ▼Ndatasketches | DataSketches namespace |
| Ncpc_constants | CPC constants |
| Nebpps_constants | EBPPS sketch constants |
| Nkll_constants | KLL sketch constants |
| Nquantiles_constants | Constants for Quantiles sketch |
| Nreq_constants | REQ sketch constants |
| Ntheta_constants | Theta constants |
| Nvar_opt_constants | VarOpt sketch constants |
| Carray_tuple_a_not_b | Array tuple A-not-B |
| Carray_tuple_intersection | Array tuple intersection |
| Carray_tuple_union | Array tuple union |
| Cbase_theta_sketch_alloc | Abstract base class for Theta sketch |
| Cbounds_binomial_proportions | Confidence intervals for binomial proportions |
| Cbounds_on_ratios_in_sampled_sets | Bounds on ratios in sampled sets |
| Cbounds_on_ratios_in_theta_sketched_sets | Bounds on ratios in Theta sketched sets |
| Ccompact_array_tuple_sketch | Compact array tuple sketch |
| Ccompact_theta_sketch_alloc | Compact Theta sketch |
| Ccompact_tuple_sketch | Compact Tuple sketch |
| Ccount_min_sketch | C++ implementation of the CountMin sketch data structure of Cormode and Muthukrishnan |
| Ccpc_sketch_alloc | High performance C++ implementation of Compressed Probabilistic Counting (CPC) Sketch |
| Ccpc_union_alloc | High performance C++ implementation of Compressed Probabilistic Counting (CPC) Union |
| Cdefault_array_tuple_union_policy | Default array tuple union policy |
| Cdefault_array_tuple_update_policy | Default array tuple update policy |
| Cdensity_sketch | Density sketch |
| Cebpps_sketch | An implementation of an Exact and Bounded Sampling Proportional to Size sketch |
| ▼Cfrequent_items_sketch | Frequent Items sketch |
| Crow | Row in the output from get_frequent_items |
| Chll_union_alloc | This performs union operations for HLL sketches |
| CHllSketchImpl | This is a high performance implementation of Phillipe Flajolet's HLL sketch but with significantly improved error behavior |
| Cjaccard_similarity_base | Base class for Jaccard similarity |
| Ckll_sketch | Implementation of a very compact quantiles sketch with lazy compaction scheme and nearly optimal accuracy per retained item |
| Ckolmogorov_smirnov | Kolmogorov-Smirnov test for KLL or Quantiles sketches |
| Cquantiles_sketch | This is a stochastic streaming sketch that enables near-real time analysis of the approximate distribution from a very large stream in a single pass |
| Cquantiles_sorted_view | Sorted view for quantiles sketches (REQ, KLL and Quantiles) |
| Creq_sketch | Relative Error Quantiles Sketch |
| Cserde | Interface for serializing and deserializing items |
| Cserde< std::string > | Serde for std::string items |
| Cserde< T, typename std::enable_if< std::is_arithmetic< T >::value >::type > | Serde for all fixed-size arithmetic types (int and float of different sizes) |
| Ctheta_a_not_b_alloc | Theta A-not-B (set difference) |
| Ctheta_base_builder | Theta base builder |
| Ctheta_intersection_alloc | Theta intersection |
| Ctheta_sketch_alloc | Base class for the Theta Sketch, a generalization of the Kth Minimum Value (KMV) sketch |
| ▼Ctheta_union_alloc | Theta Union |
| Cbuilder | Theta union builder |
| Ctuple_a_not_b | Tuple A-not-B |
| Ctuple_base_builder | Tuple base builder |
| Ctuple_intersection | Tuple intersection |
| Ctuple_sketch | Base class for Tuple sketch |
| ▼Ctuple_union | Tuple Union |
| Cbuilder | Tuple union builder |
| ▼Cupdate_array_tuple_sketch | Update array tuple sketch |
| Cbuilder | Update array tuple sketch builder |
| ▼Cupdate_theta_sketch_alloc | Update Theta sketch |
| Cbuilder | Update Theta sketch builder |
| ▼Cupdate_tuple_sketch | Update Tuple sketch |
| Cbuilder | Update Tuple sketch builder |
| Cvar_opt_sketch | This sketch samples data from a stream of items |
| Cvar_opt_union | Provides a unioning operation over var_opt_sketch objects |
| Cwrapped_compact_theta_sketch_alloc | Wrapped Compact Theta sketch |