datasketches-cpp
List of all members
tuple_base_builder< Derived, Policy, Allocator > Class Template Reference

Tuple base builder. More...

#include <tuple_sketch.hpp>

Inheritance diagram for tuple_base_builder< Derived, Policy, Allocator >:
theta_base_builder< Derived, Allocator >

Additional Inherited Members

- Public Member Functions inherited from theta_base_builder< Derived, Allocator >
 theta_base_builder (const Allocator &allocator)
 Creates and instance of the builder with default parameters. More...
 
Derived & set_lg_k (uint8_t lg_k)
 Set log2(k), where k is a nominal number of entries in the sketch. More...
 
Derived & set_resize_factor (resize_factor rf)
 Set resize factor for the internal hash table (defaults to 8) More...
 
Derived & set_p (float p)
 Set sampling probability (initial theta). More...
 
Derived & set_seed (uint64_t seed)
 Set the seed for the hash function. More...
 

Detailed Description

template<typename Derived, typename Policy, typename Allocator>
class datasketches::tuple_base_builder< Derived, Policy, Allocator >

Tuple base builder.


The documentation for this class was generated from the following files: