|
Alexandria
2.19
Please provide a description of the project.
|
Functions | |
| template<typename T , std::size_t ND, typename DistFunc , typename InputIter , typename AdderFunc , typename BmuFunc > | |
| SOMProjector::ProjectGrid< T > | project_impl (const SOM< ND, DistFunc > &som, InputIter begin, InputIter end, AdderFunc adder_func, BmuFunc bmu_func, const T &init_cell) |
| SOMProjector::ProjectGrid<T> Euclid::SOM::SOMProjector_impl::project_impl | ( | const SOM< ND, DistFunc > & | som, |
| InputIter | begin, | ||
| InputIter | end, | ||
| AdderFunc | adder_func, | ||
| BmuFunc | bmu_func, | ||
| const T & | init_cell | ||
| ) |
Definition at line 33 of file SOMProjector.icpp.
References Euclid::SOM::ImplTools::indexAxis(), and std::tie().
Referenced by Euclid::SOM::SOMProjector::project().
1.8.5