![]() |
Image Component Library (ICL)
|
This is the complete list of members for icl::math::SOM2D, including all inherited members.
| getDataDim() const | icl::math::SOM | inline |
| getDimensions() const | icl::math::SOM | inline |
| getNeuron(int x, int y) const | icl::math::SOM2D | inline |
| icl::math::SOM::getNeuron(const std::vector< int > &dims) const | icl::math::SOM | |
| 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 | |
| SOM2D(unsigned int dataDim, unsigned int nXCells, unsigned int nYCells, const std::vector< utils::Range< float > > &prototypeBounds, float epsilon=0.1, float sigma=1) | icl::math::SOM2D | inline |
| train(const float *input) | icl::math::SOM | |
| ~SOM() | icl::math::SOM |
1.8.15