Searched refs:testDataset_ (Results 1 – 1 of 1) sorted by relevance
/external/opencv3/modules/flann/include/opencv2/flann/ |
D | autotuned_index.h | 239 …float searchTime = test_index_precision(kmeans, sampledDataset_, testDataset_, gt_matches_, target… in evaluate_kmeans() 264 …float searchTime = test_index_precision(kdtree, sampledDataset_, testDataset_, gt_matches_, target… in evaluate_kdtree() 430 testDataset_ = random_sample(sampledDataset_, testSampleSize, true); in estimateBuildParams() 434 gt_matches_ = Matrix<int>(new int[testDataset_.rows], testDataset_.rows, 1); in estimateBuildParams() 437 compute_ground_truth<Distance>(sampledDataset_, testDataset_, gt_matches_, 0, distance_); in estimateBuildParams() 476 delete[] testDataset_.data; in estimateBuildParams() 563 Matrix<ElementType> testDataset_; variable
|