Neighborhood.h 247 B

12345678910
  1. #ifndef _UTILS_H_
  2. #define _UTILS_H_
  3. #include "types.h"
  4. void nbhSearchBruteForce(SearchParams * params);
  5. void Neighborhood(const pyWord nbhSize, const pyWord nPoints, const pyWord nFeatures, const pyReal * data, pyWord * neighborhoods);
  6. #endif