Alexandria
2.16
Please provide a description of the project.
|
Functions | |
template<std::size_t ND, typename DistFunc > | |
std::tuple< std::size_t, std::size_t, double > | findBMU_impl (const SOM< ND, DistFunc > &som, std::function< double(const std::array< double, ND > &)> dist_func) |
std::tuple<std::size_t, std::size_t, double> Euclid::SOM::SOM_impl::findBMU_impl | ( | const SOM< ND, DistFunc > & | som, |
std::function< double(const std::array< double, ND > &)> | dist_func | ||
) |
Definition at line 90 of file SOM.icpp.
References Euclid::SOM::SOM< ND, DistFunc >::begin(), Euclid::SOM::SOM< ND, DistFunc >::end(), std::make_tuple(), and std::numeric_limits::max().