cluster_search/commit

Lowered the graph threshold from 0.05 to 0.0001.

authorChris Dijkshoorn
Tue Mar 10 15:04:43 2015 +0000
committerChris Dijkshoorn
Tue Mar 10 15:04:43 2015 +0000
commit85190755fc61f9ff1f105c101bf1361afc04543c
tree207b5852fabe3f7af7780aaebed5da3eab03baa4
parentd1783d156c6afd27076243d23e1cca8efcf3bf93
Diff style: patch stat
diff --git a/lib/cluster_search/rdf_search.pl b/lib/cluster_search/rdf_search.pl
index 3b9b83e..39dc699 100644
--- a/lib/cluster_search/rdf_search.pl
+++ b/lib/cluster_search/rdf_search.pl
@@ -62,7 +62,7 @@
 	      targets,			% Collected hits
 	      target_count = 0,		% # Targets found
 	      target_condition,		% Test resource as a target
-	      threshold = 0.05,		% Graph search threshold
+	      threshold = 0.0001,		% Graph search threshold
 	      literal_threshold = 0.05,	% Literal matching threshold
 	      literal_score = true,	% Use literal score in graph search
 	      edge_limit = 0,		% limit edges per node