File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
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
You can’t perform that action at this time.
0 commit comments