datasketches-cpp
Namespace List
Here is a list of all documented namespaces with brief descriptions:
[detail level 123]
 NdatasketchesDataSketches namespace
 Ncpc_constantsCPC constants
 Nebpps_constantsEBPPS sketch constants
 Nkll_constantsKLL sketch constants
 Nquantiles_constantsConstants for Quantiles sketch
 Nreq_constantsREQ sketch constants
 Ntheta_constantsTheta constants
 Nvar_opt_constantsVarOpt sketch constants
 Cbounds_binomial_proportionsConfidence intervals for binomial proportions
 Ckolmogorov_smirnovKolmogorov-Smirnov test for KLL or Quantiles sketches
 Cquantiles_sorted_viewSorted view for quantiles sketches (REQ, KLL and Quantiles)
 CserdeInterface for serializing and deserializing 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)
 Cserde< std::string >Serde for std::string items
 Ccpc_sketch_allocHigh performance C++ implementation of Compressed Probabilistic Counting (CPC) Sketch
 Ccpc_union_allocHigh performance C++ implementation of Compressed Probabilistic Counting (CPC) Union
 Chll_union_allocThis performs union operations for HLL sketches
 CHllSketchImplThis is a high performance implementation of Phillipe Flajolet's HLL sketch but with significantly improved error behavior
 Ckll_sketchImplementation of a very compact quantiles sketch with lazy compaction scheme and nearly optimal accuracy per retained item
 Cbounds_on_ratios_in_sampled_setsBounds on ratios in sampled sets
 Cbounds_on_ratios_in_theta_sketched_setsBounds on ratios in Theta sketched sets
 Ctheta_a_not_b_allocTheta A-not-B (set difference)
 Ctheta_intersection_allocTheta intersection
 Cjaccard_similarity_baseBase class for Jaccard similarity
 Ctheta_sketch_allocBase class for the Theta Sketch, a generalization of the Kth Minimum Value (KMV) sketch
 Cupdate_theta_sketch_allocUpdate Theta sketch
 CbuilderUpdate Theta sketch builder
 Ccompact_theta_sketch_allocCompact Theta sketch
 Cwrapped_compact_theta_sketch_allocWrapped Compact Theta sketch
 Cbase_theta_sketch_allocAbstract base class for Theta sketch
 Ctheta_union_allocTheta Union
 CbuilderTheta union builder
 Ctheta_base_builderTheta base builder
 Carray_tuple_a_not_bArray tuple A-not-B
 Carray_tuple_intersectionArray tuple intersection
 Cdefault_array_tuple_update_policyDefault array tuple update policy
 Ccompact_array_tuple_sketchCompact array tuple sketch
 Cupdate_array_tuple_sketchUpdate array tuple sketch
 CbuilderUpdate array tuple sketch builder
 Cdefault_array_tuple_union_policyDefault array tuple union policy
 Carray_tuple_unionArray tuple union
 Ctuple_a_not_bTuple A-not-B
 Ctuple_intersectionTuple intersection
 Ctuple_sketchBase class for Tuple sketch
 Cupdate_tuple_sketchUpdate Tuple sketch
 CbuilderUpdate Tuple sketch builder
 Ccompact_tuple_sketchCompact Tuple sketch
 Ctuple_base_builderTuple base builder
 Ctuple_unionTuple Union
 CbuilderTuple union builder
 Cquantiles_sketchThis is a stochastic streaming sketch that enables near-real time analysis of the approximate distribution from a very large stream in a single pass
 Cebpps_sketchAn implementation of an Exact and Bounded Sampling Proportional to Size sketch
 Cvar_opt_unionProvides a unioning operation over var_opt_sketch objects
 Cvar_opt_sketchThis sketch samples data from a stream of items
 Cdensity_sketchDensity sketch
 Cfrequent_items_sketchFrequent Items sketch
 CrowRow in the output from get_frequent_items
 Ccount_min_sketchC++ implementation of the CountMin sketch data structure of Cormode and Muthukrishnan
 Creq_sketchRelative Error Quantiles Sketch