#include "Core/Vector/VectorSet.h"
Include dependency graph for RadiusSimilarity.h:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Namespaces | |
namespace | Impala |
namespace | Impala::Core |
namespace | Impala::Core::Vector |
Functions | |
template<class ArrayT, class SimFtorT> | |
Real64 | Impala::Core::Vector::RadiusSimilarity (typename VectorSet< ArrayT >::VectorT example, VectorSet< ArrayT > *src, Real64 radius, int end, SimFtorT simFunc) |
Count the number of elements in src that are within the radius of example. |