This is the complete list of members for CNearestNeighbor, including all inherited members.
Classify(const float *pQuery, int nDimension, float &fResultError) | CNearestNeighbor | virtual |
Classify(const float *pQueries, int nDimension, int nQueries, int *pResults, float *pResultErrors) | CNearestNeighbor | virtual |
CNearestNeighbor(ComputationMethod method) | CNearestNeighbor | |
ComputationMethod enum name | CNearestNeighbor | |
eBruteForce enum value | CNearestNeighbor | |
eBruteForceGPU enum value | CNearestNeighbor | |
eKdTree enum value | CNearestNeighbor | |
m_bTrained | CNearestNeighbor | private |
m_method | CNearestNeighbor | private |
m_nDataSets | CNearestNeighbor | private |
m_nDimension | CNearestNeighbor | private |
m_nKdTreeMaxLeaves | CNearestNeighbor | private |
m_pData | CNearestNeighbor | private |
m_pKdTree | CNearestNeighbor | private |
SetKdTreeMaxLeaves(int nKdTreeMaxLeaves) | CNearestNeighbor | inline |
Train(const float *pData, int nDimension, int nDataSets) | CNearestNeighbor | virtual |
~CClassificatorInterface() | CClassificatorInterface | inlinevirtual |
~CNearestNeighbor() | CNearestNeighbor |