24 #ifndef SOM_SOMPROJECTOR_H
25 #define SOM_SOMPROJECTOR_H
41 template <
typename T, std::
size_t ND,
typename DistFunc,
typename InputIter,
typename WeightFunc,
typename AdderFunc>
43 AdderFunc adder_func,
const T& init_cell=T{});
45 template <
typename T, std::
size_t ND,
typename DistFunc,
typename InputIter,
typename WeightFunc,
typename Uncerta
intyFunc,
typename AdderFunc>
46 static ProjectGrid<T>
project(
const SOM<ND, DistFunc>& som, InputIter begin, InputIter end, WeightFunc weight_func, UncertaintyFunc uncertainty_func,
47 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, AdderFunc adder_func, const T &init_cell=T{})