66 WeightFunc weight_func, AdderFunc adder_func,
const T& init_cell) {
69 return som.findBMU(input, weight_func);
78 WeightFunc weight_func, UncertaintyFunc uncertainty_func,
79 AdderFunc adder_func,
const T& init_cell) {
81 auto bmu_func = [&som, &weight_func,
83 return som.findBMU(input, weight_func, uncertainty_func);
static ProjectGrid< T > project(const SOM< DistFunc > &som, InputIter begin, InputIter end, WeightFunc weight_func, AdderFunc adder_func, const T &init_cell=T{})