MCPcopy Create free account
hub / github.com/apache/madlib / WeightedSampleAccumulator

Method WeightedSampleAccumulator

src/modules/sample/WeightedSample_impl.hpp:25–31  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

23
24template <class Container, class T>
25inline
26WeightedSampleAccumulator<Container, T>::WeightedSampleAccumulator(
27 Init_type& inInitialization)
28 : Base(inInitialization) {
29
30 this->initialize();
31}
32
33template <class Container, class T>
34inline

Callers

nothing calls this directly

Calls 1

initializeMethod · 0.45

Tested by

no test coverage detected