diff options
author | xPaulienx | 2018-01-12 12:13:37 +0100 |
---|---|---|
committer | GitHub | 2018-01-12 12:13:37 +0100 |
commit | b11eddf8e9e10177bda7474efa809af707301f78 (patch) | |
tree | d92ee2c3fbab496198a0f55544aac0869aaef52a /Evaluation.md | |
parent | Update Evaluation.md (diff) |
Update Evaluation.md
Diffstat (limited to 'Evaluation.md')
-rw-r--r-- | Evaluation.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Evaluation.md b/Evaluation.md index 2370da9..386ca5f 100644 --- a/Evaluation.md +++ b/Evaluation.md @@ -16,8 +16,10 @@ Another field with a high score that we don't want to add is `<dbp:caption>`, wh ## Further Research - Hill climbing to validate or improve the results of our statical analysis of the importance of fields. +Unfortunately, we couldn't apply hill climbing to our own research because we did not have enough programmers in order to carry out this. In further research, it would still be interesting to apply hill climbing for search engine optimalization. Than, we could use hill climbing to add all the fields to the index in order to test the importance of those fields. It would be interesting to see how this hill climbing algorithm can be optimized. - Adding the fields to the index and comparing the new NDCG scores with baseline runs. + |