Searched defs:WeightedObservation (Results 1 – 1 of 1) sorted by relevance
13 struct NET_EXPORT_PRIVATE WeightedObservation { struct14 WeightedObservation(int32_t value, double weight) in WeightedObservation() function17 WeightedObservation(const WeightedObservation& other) in WeightedObservation() function20 WeightedObservation& operator=(const WeightedObservation& other) = default; argument28 int32_t value;32 double weight;