From 69a3706ca398662cfcbe7bfa979caa921258f2a9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20Aum=C3=BCller?= Date: Thu, 6 Dec 2018 13:21:33 +0100 Subject: [PATCH] Changed "chunkfactor" setting of mih. --- algos.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/algos.yaml b/algos.yaml index 691cb247b..8dccae11e 100644 --- a/algos.yaml +++ b/algos.yaml @@ -468,7 +468,7 @@ bit: # takes places. Otherwise, n / r points from the dataset are used for a # re-ording process. MIH requires either r = 0 or r >= 2. args: { "d" : "@dimension", "r" : [0, 2, 3], - "chunk-factor" : [0, 0.5, 0.8] } + "chunk-factor" : [0.2, 0.5, 0.8] } kgraph: docker-tag: ann-benchmarks-kgraph module: ann_benchmarks.algorithms.kgraph