19 #include <raft/neighbors/ball_cover.cuh>
25 template <
typename Type,
typename Index_>
28 raft::neighbors::ball_cover::BallCoverIndex<Index_, Type, Index_, Index_>*
rbc_index;
39 rmm::device_uvector<Index_>*
ja;
62 RAFT_CUDA_TRY(cudaMemsetAsync(
vd, 0,
sizeof(Index_) * vdlen, stream));
Definition: dbscan.hpp:30
Index_ max_k
Definition: pack.h:41
Index_ N
Definition: pack.h:51
bool * adj
Definition: pack.h:43
Index_ * vd
Definition: pack.h:34
const Type * sample_weight
Definition: pack.h:47
Type eps
Definition: pack.h:49
const Type * x
Definition: pack.h:45
Index_ * ia
Definition: pack.h:38
rmm::device_uvector< Index_ > * ja
Definition: pack.h:39
Index_ D
Definition: pack.h:53
Type * weight_sum
Definition: pack.h:36
void resetArray(cudaStream_t stream, Index_ vdlen)
reset the output array before calling the actual kernel
Definition: pack.h:60
raft::neighbors::ball_cover::BallCoverIndex< Index_, Type, Index_, Index_ > * rbc_index
Definition: pack.h:28