vq3
Public Types | Public Member Functions | Public Attributes | List of all members
vq3::epoch::data::wtm< MOTHER > Struct Template Reference

#include <vq3Epoch.hpp>

Inheritance diagram for vq3::epoch::data::wtm< MOTHER >:
Inheritance graph
[legend]
Collaboration diagram for vq3::epoch::data::wtm< MOTHER >:
Collaboration graph
[legend]

Public Types

using sample_type = typename MOTHER::sample_type
 
using vertex_value_type = typename MOTHER::vertex_value_type
 
using prototype_type = typename MOTHER::prototype_type
 

Public Member Functions

wtm< MOTHER > & operator+= (const wtm< MOTHER > &arg)
 

Public Attributes

utils::accum< sample_type, double > vq3_wtm_accum
 The weighted sum of samples in the Voronoï cell.
 

Detailed Description

template<typename MOTHER>
struct vq3::epoch::data::wtm< MOTHER >

This collects winner-take-most data and computes the prototype.


The documentation for this struct was generated from the following file: