40 template <
typename T,
typename DistFunc,
typename InputIter,
typename WeightFunc,
typename AdderFunc>
42 AdderFunc adder_func,
const T& init_cell = T{});
44 template <
typename T,
typename DistFunc,
typename InputIter,
typename WeightFunc,
45 typename UncertaintyFunc,
typename AdderFunc>
47 UncertaintyFunc uncertainty_func, AdderFunc adder_func,
const T& init_cell = T{});
static ProjectGrid< T > project(const SOM< DistFunc > &som, InputIter begin, InputIter end, WeightFunc weight_func, AdderFunc adder_func, const T &init_cell=T{})
static ProjectGrid< T > project(const SOM< DistFunc > &som, InputIter begin, InputIter end, WeightFunc weight_func, UncertaintyFunc uncertainty_func, AdderFunc adder_func, const T &init_cell=T{})