frollo commited on
Commit
67ab8ef
1 Parent(s): 82e9a5a

Upload algorithm.csv

Browse files
Files changed (1) hide show
  1. algorithm.csv +4 -0
algorithm.csv ADDED
@@ -0,0 +1,4 @@
 
 
 
 
 
1
+ id, name, numofdays, configurations
2
+ 1, "Cosine similarity", 3, "{ "description": "news with sub-title", "k-shingle size": [{"title":2}, {"sub-title":2}, {"text":3}], "weights": [{"title":1}, {"sub-title":1.25}, {"text":4}], "score": [{"same municipality":0.025}, {"same day":0.03}, {"one day of difference":0.015}], "threshold": 0.7}"
3
+ 2, "Cosine similarity", 3, "{ "description": "news without sub-title", "k-shingle size": [{"title":2}, {"text":3}], "weights": [{"title":1}, {"text":4}], "score": [{"same municipality":0.025}, {"same day":0.03}, {"one day of difference":0.015}], "threshold": 0.7}"
4
+ 3, "Cosine similarity", 5, "{ "description": "filter: same event_date or window on publication_date; same municipality or no municipality; same crime category", "k-shingle size": [{"title":2}, {"text":3}], "weights": [{"title":1}, {"sub-title":1.25}, {"text":4}], "score": [{"same municipality":0.025}, {"same day":0.03}, {"one day of difference":0.015}], "threshold": 0.7}"