diff src/DistanceMetric.h @ 193:3156f197b6c2 re-minimise

Default to something closer to the original MATCH
author Chris Cannam
date Thu, 26 Feb 2015 15:57:32 +0000
parents 48f9c50587dc
children 2fcd1c14f0f6
line wrap: on
line diff
--- a/src/DistanceMetric.h	Thu Feb 26 15:55:52 2015 +0000
+++ b/src/DistanceMetric.h	Thu Feb 26 15:57:32 2015 +0000
@@ -69,7 +69,7 @@
             metric(Manhattan),
             norm(NormaliseDistanceToLogSum),
             noise(AddNoise),
-            scale(200.)
+            scale(100.)
         {}
 
         Metric metric;