diff options
author | Patrick Simianer <p@simianer.de> | 2016-05-10 10:49:09 +0200 |
---|---|---|
committer | Patrick Simianer <p@simianer.de> | 2016-05-10 10:49:09 +0200 |
commit | 6bd7135e6039b0682f49234e42451077413f0bd9 (patch) | |
tree | e30c76fbbea82f89dd10e56c35e70ec357bb24b4 /views | |
parent | 96d6f8a3fc83e075f8054d48ea8c6973ca534b65 (diff) |
count clicks and keystrokes, fix bug in rule addition, good params and improvement for phrase2 extraction
Diffstat (limited to 'views')
-rw-r--r-- | views/debug.haml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/views/debug.haml b/views/debug.haml index 1bc0fd1..3c1e006 100644 --- a/views/debug.haml +++ b/views/debug.haml @@ -144,6 +144,8 @@ %p.updated <strong>Number of updates:</strong> #{pairwise_ranking_data["num_up"]} %p.updated <strong>Updated features:</strong> #{pairwise_ranking_data["updated_features"]} %p <strong>Duration:</strong> #{data["durations"][progress]}ms + %p <strong>Keypresses:</strong> #{data["count_kbd"][progress]} + %p <strong>Clicks:</strong> #{data["count_click"][progress]} %h3 Derivation %p |