Searched defs:weighted_density_impl (Results 1 – 1 of 1) sorted by relevance
52 struct weighted_density_impl struct55 typedef typename numeric::functional::fdiv<Weight, std::size_t>::result_type float_type;56 typedef std::vector<std::pair<float_type, float_type> > histogram_type;57 typedef std::vector<float_type> array_type;59 typedef iterator_range<typename histogram_type::iterator> result_type;62 weighted_density_impl(Args const &args) in weighted_density_impl() argument80 void operator ()(Args const &args) in operator ()()156 result_type result(Args const &args) const in result()179 void serialize(Archive & ar, const unsigned int file_version) in serialize()191 std::size_t cache_size; // number of cached samples[all …]