From e3d4d89ad2f5e63a45d053dcb9b576e245e6751d Mon Sep 17 00:00:00 2001 From: EBerzin <66688168+EBerzin@users.noreply.github.com> Date: Fri, 28 Jan 2022 14:19:37 -0500 Subject: [PATCH] Update README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 78432a4..7755a26 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,7 @@ # DBSCAN_acceleration This reposity contains all code written for my Fall 2021 JP: Accelerating DBSCAN for GNN-based Track Reconstruction + As denoted in the paper: Implementation 2: DBSCAN_FPGA_CPU @@ -26,4 +27,4 @@ The following are two example commands to run the code: --eps: an input parameter to DBSCAN, representing the radius of a hit's neighborhood --precomputed: if included, neighboring points are calculated according to a precomputed distance matrix, whose filename is specified following the "--dist" keyword. - if not included, neighboring points are calculated according to a set of 2D hit coordinates, whose filename is specified following the "--data" keyword. \ No newline at end of file + if not included, neighboring points are calculated according to a set of 2D hit coordinates, whose filename is specified following the "--data" keyword.