Skip to content

Commit

Permalink
Changed "chunkfactor" setting of mih.
Browse files Browse the repository at this point in the history
  • Loading branch information
maumueller committed Dec 6, 2018
1 parent afad43c commit 69a3706
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion algos.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 69a3706

Please sign in to comment.