24 #ifndef SOM_SOMPROJECTOR_H
25 #define SOM_SOMPROJECTOR_H
40 template <
typename T, std::
size_t ND,
typename DistFunc,
typename InputIter,
typename WeightFunc,
typename AdderFunc>
42 AdderFunc adder_func,
const T& init_cell = T{});
44 template <
typename T,
std::size_t ND,
typename DistFunc,
typename InputIter,
typename WeightFunc,
45 typename UncertaintyFunc,
typename AdderFunc>
47 UncertaintyFunc uncertainty_func, AdderFunc adder_func,
const T& init_cell = T{});
Representation of a multi-dimensional grid which contains axis information.
static ProjectGrid< T > project(const SOM< ND, DistFunc > &som, InputIter begin, InputIter end, WeightFunc weight_func, UncertaintyFunc uncertainty_func, AdderFunc adder_func, const T &init_cell=T{})
static ProjectGrid< T > project(const SOM< ND, DistFunc > &som, InputIter begin, InputIter end, WeightFunc weight_func, AdderFunc adder_func, const T &init_cell=T{})