Alexandria  2.18
Please provide a description of the project.
Namespaces | Typedefs | Enumerations | Functions
UMatrix.h File Reference
#include "GridContainer/GridContainer.h"
#include "SOM/SOM.h"
#include "SOM/_impl/UMatrix.icpp"
Include dependency graph for UMatrix.h:

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 class  Euclid::SOM::UMatrixType { Euclid::SOM::MIN , Euclid::SOM::MAX , Euclid::SOM::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)