|
Alexandria 2.32.0
SDC-CH common library for the Euclid project
|
#include <SOMProjector.h>
Public Types | |
| template<typename T> | |
| using | ProjectGrid = GridContainer::GridContainer<std::vector<T>, std::size_t, std::size_t> |
Static Public Member Functions | |
| template<typename T, typename DistFunc, typename InputIter, typename WeightFunc, typename AdderFunc> | |
| static ProjectGrid< T > | project (const SOM< DistFunc > &som, InputIter begin, InputIter end, WeightFunc weight_func, AdderFunc adder_func, const T &init_cell=T{}) |
| template<typename T, typename DistFunc, typename InputIter, typename WeightFunc, typename UncertaintyFunc, typename AdderFunc> | |
| 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{}) |
Definition at line 34 of file SOMProjector.h.
| using Euclid::SOM::SOMProjector::ProjectGrid = GridContainer::GridContainer<std::vector<T>, std::size_t, std::size_t> |
Definition at line 38 of file SOMProjector.h.
|
static |
Definition at line 65 of file SOMProjector.icpp.
References Euclid::SOM::SOMProjector_impl::project_impl().

|
static |
Definition at line 77 of file SOMProjector.icpp.
References Euclid::SOM::SOMProjector_impl::project_impl().
