Alexandria  2.16
Please provide a description of the project.
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Functions
Euclid::SOM::SOMProjector_impl Namespace Reference

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)
 

Function Documentation

template<typename T , std::size_t ND, typename DistFunc , typename InputIter , typename AdderFunc , typename BmuFunc >
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().

Here is the call graph for this function: