From 52ee1995c9adcea16b09bf749b4d615a74b482a9 Mon Sep 17 00:00:00 2001 From: Jason Bou-Samra <154414066+bou-samra@users.noreply.github.com> Date: Mon, 10 Jun 2024 19:37:47 +1000 Subject: [PATCH] Update cluster_research.c --- src/cluster_research.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/cluster_research.c b/src/cluster_research.c index a7d4058..d39a9cb 100644 --- a/src/cluster_research.c +++ b/src/cluster_research.c @@ -2,6 +2,9 @@ ** cluster detection research routine ** ** jc 'al-khwarizmi' bou-samra ** ** paragonsoft 08/06/24 ** + ** this routine uses brute force ** + ** to find clusters and thus is ** + ** probably not very efficient ** ****************************************/ /********************