#include <SOMProjector.h>
|
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.
◆ ProjectGrid
◆ project() [1/2]
template<typename T , typename DistFunc , typename InputIter , typename WeightFunc , typename AdderFunc >
static ProjectGrid< T > Euclid::SOM::SOMProjector::project |
( |
const SOM< DistFunc > & | som, |
|
|
InputIter | begin, |
|
|
InputIter | end, |
|
|
WeightFunc | weight_func, |
|
|
AdderFunc | adder_func, |
|
|
const T & | init_cell = T{} ) |
|
static |
◆ project() [2/2]
template<typename T , typename DistFunc , typename InputIter , typename WeightFunc , typename UncertaintyFunc , typename AdderFunc >
static ProjectGrid< T > Euclid::SOM::SOMProjector::project |
( |
const SOM< DistFunc > & | som, |
|
|
InputIter | begin, |
|
|
InputIter | end, |
|
|
WeightFunc | weight_func, |
|
|
UncertaintyFunc | uncertainty_func, |
|
|
AdderFunc | adder_func, |
|
|
const T & | init_cell = T{} ) |
|
static |
The documentation for this class was generated from the following file: