|
Alexandria
2.16
Please provide a description of the project.
|
Go to the source code of this file.
Namespaces | |
| Euclid | |
| Euclid::SOM | |
Typedefs | |
| using | Euclid::SOM::UMatrix = GridContainer::GridContainer< std::vector< double >, std::size_t, std::size_t > |
Enumerations | |
| enum | Euclid::SOM::UMatrixType { Euclid::SOM::UMatrixType::MIN, Euclid::SOM::UMatrixType::MAX, Euclid::SOM::UMatrixType::MEAN } |
Functions | |
| template<std::size_t ND, typename DistFunc = Distance::L2<ND>> | |
| UMatrix | Euclid::SOM::computeUMatrix (const SOM< ND, DistFunc > &som, UMatrixType type=UMatrixType::MEAN) |
1.8.14