Searched defs:indices_length (Results 1 – 3 of 3) sorted by relevance
/external/opencv3/modules/flann/include/opencv2/flann/ |
D | hierarchical_clustering_index.h | 108 …void chooseCentersRandom(int k, int* dsindices, int indices_length, int* centers, int& centers_len… in chooseCentersRandom() 149 …void chooseCentersGonzales(int k, int* dsindices, int indices_length, int* centers, int& centers_l… in chooseCentersGonzales() 200 …void chooseCentersKMeanspp(int k, int* dsindices, int indices_length, int* centers, int& centers_l… in chooseCentersKMeanspp() 286 …void GroupWiseCenterChooser(int k, int* dsindices, int indices_length, int* centers, int& centers_… in GroupWiseCenterChooser() 652 …void computeLabels(int* dsindices, int indices_length, int* centers, int centers_length, int* lab… in computeLabels() 681 … void computeClustering(NodePtr node, int* dsindices, int indices_length, int branching, int level) in computeClustering()
|
D | kmeans_index.h | 107 …void chooseCentersRandom(int k, int* indices, int indices_length, int* centers, int& centers_lengt… in chooseCentersRandom() 148 …void chooseCentersGonzales(int k, int* indices, int indices_length, int* centers, int& centers_len… in chooseCentersGonzales() 199 …void chooseCentersKMeanspp(int k, int* indices, int indices_length, int* centers, int& centers_len… in chooseCentersKMeanspp() 666 void computeNodeStatistics(KMeansNodePtr node, int* indices, int indices_length) in computeNodeStatistics() 714 …void computeClustering(KMeansNodePtr node, int* indices, int indices_length, int branching, int le… in computeClustering()
|
/external/vixl/test/ |
D | test-simulator-a64.cc | 1803 unsigned indices_length, in TestByElementNEON_Helper() 1923 const int indices[], unsigned indices_length, in TestByElementNEON()
|