Skip to content

Commit

Permalink
Merge pull request #35 from cjnolet/dbscan-refactor
Browse files Browse the repository at this point in the history
Dbscan refactor
  • Loading branch information
dantegd authored Nov 15, 2018
2 parents 7a02237 + eccba36 commit bd2ea83
Show file tree
Hide file tree
Showing 18 changed files with 59 additions and 1,310 deletions.
2 changes: 2 additions & 0 deletions cuML/src/dbscan/adjgraph/algo.h
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,8 @@ namespace Dbscan {
namespace AdjGraph {
namespace Algo {

using namespace MLCommon;

template <typename Type, int TPB_X>
__global__ void adj_graph_kernel(Pack<Type> data, int batchSize) {
int row = blockIdx.x*TPB_X + threadIdx.x;
Expand Down
217 changes: 0 additions & 217 deletions cuML/src/dbscan/epsneigh/algo1.h

This file was deleted.

Loading

0 comments on commit bd2ea83

Please sign in to comment.