Image Component Library (ICL)
|
This is the complete list of members for icl::math::SOM, including all inherited members.
getDataDim() const | icl::math::SOM | inline |
getDimensions() const | icl::math::SOM | inline |
getNeuron(const std::vector< int > &dims) const | icl::math::SOM | |
getNeuron(const std::vector< int > &dims) | icl::math::SOM | |
getNeurons() const | icl::math::SOM | |
getNeurons() | icl::math::SOM | |
getSomDim() const | icl::math::SOM | inline |
getWinner(const float *input) const | icl::math::SOM | |
getWinner(const float *input) | icl::math::SOM | |
m_fEpsilon | icl::math::SOM | protected |
m_fSigma | icl::math::SOM | protected |
m_uiDataDim | icl::math::SOM | protected |
m_uiSomDim | icl::math::SOM | protected |
m_vecDimensions | icl::math::SOM | protected |
m_vecDimOffsets | icl::math::SOM | protected |
m_vecNeurons | icl::math::SOM | protected |
m_vecPrototypeBounds | icl::math::SOM | protected |
setEpsilon(float epsilon) | icl::math::SOM | |
setSigma(float sigma) | icl::math::SOM | |
SOM(unsigned int dataDim, const std::vector< unsigned int > &dims, const std::vector< utils::Range< float > > &prototypeBounds, float epsilon=0.1, float sigma=1) | icl::math::SOM | |
train(const float *input) | icl::math::SOM | |
~SOM() | icl::math::SOM |