File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -135,7 +135,7 @@ class NNIndex : public IndexBase
135
135
}
136
136
137
137
/* *
138
- * Builds th index using using the specified dataset
138
+ * Builds the index using the specified dataset
139
139
* @param dataset the dataset to use
140
140
*/
141
141
virtual void buildIndex (const Matrix<ElementType>& dataset)
@@ -482,7 +482,7 @@ class NNIndex : public IndexBase
482
482
/* *
483
483
* @brief Perform radius search
484
484
* @param[in] query The query point
485
- * @param[out] indices The indinces of the neighbors found within the given radius
485
+ * @param[out] indices The indices of the neighbors found within the given radius
486
486
* @param[out] dists The distances to the nearest neighbors found
487
487
* @param[in] radius The radius used for search
488
488
* @param[in] params Search parameters
@@ -592,7 +592,7 @@ class NNIndex : public IndexBase
592
592
/* *
593
593
* @brief Perform radius search
594
594
* @param[in] query The query point
595
- * @param[out] indices The indinces of the neighbors found within the given radius
595
+ * @param[out] indices The indices of the neighbors found within the given radius
596
596
* @param[out] dists The distances to the nearest neighbors found
597
597
* @param[in] radius The radius used for search
598
598
* @param[in] params Search parameters
Original file line number Diff line number Diff line change @@ -298,7 +298,7 @@ class Index
298
298
/* *
299
299
* \brief Perform radius search
300
300
* \param[in] queries The query points
301
- * \param[out] indices The indinces of the neighbors found within the given radius
301
+ * \param[out] indices The indices of the neighbors found within the given radius
302
302
* \param[out] dists The distances to the nearest neighbors found
303
303
* \param[in] radius The radius used for search
304
304
* \param[in] params Search parameters
@@ -334,7 +334,7 @@ class Index
334
334
/* *
335
335
* \brief Perform radius search
336
336
* \param[in] queries The query points
337
- * \param[out] indices The indinces of the neighbors found within the given radius
337
+ * \param[out] indices The indices of the neighbors found within the given radius
338
338
* \param[out] dists The distances to the nearest neighbors found
339
339
* \param[in] radius The radius used for search
340
340
* \param[in] params Search parameters
You can’t perform that action at this time.
0 commit comments