Did I really forget to delete these declarations too? Apparently today is not
the day for my memory to work well.
This commit is contained in:
@@ -251,12 +251,6 @@ class AllNN {
|
||||
void ComputeNeighbors(arma::vec& distances);
|
||||
void ComputeNeighbors(arma::vec& distances, arma::Col<index_t>& results);
|
||||
|
||||
/**
|
||||
* Computes the nearest neighbors naively.
|
||||
*/
|
||||
void ComputeNaive(arma::vec& distances);
|
||||
void ComputeNaive(arma::vec& distances, arma::Col<index_t>& results);
|
||||
|
||||
/**
|
||||
* Initialize and fill an arma::vec of results.
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user