summaryrefslogtreecommitdiff
path: root/views
diff options
context:
space:
mode:
authorPatrick Simianer <p@simianer.de>2016-01-28 10:36:46 +0100
committerPatrick Simianer <p@simianer.de>2016-01-28 10:36:46 +0100
commit3a45a4076187de8cac3be1f562fb583ee6724a50 (patch)
tree7e3d0a478375e761b6aa578f48f261a298c74da9 /views
parent4f76c4d6cf2e3d1bec03a636fd5af8b364b1c0f5 (diff)
debug: additional explanation for weights table
Diffstat (limited to 'views')
-rw-r--r--views/debug.haml3
1 files changed, 2 insertions, 1 deletions
diff --git a/views/debug.haml b/views/debug.haml
index 616bfee..a07bda1 100644
--- a/views/debug.haml
+++ b/views/debug.haml
@@ -58,7 +58,7 @@
%p Set rate for feature groups:
%select#feature_groups
%option{ :value => "R" } rule ids
- %option{ :value => "RB" } rule bigrams
+ %option{ :value => "RB" } rule bigrams
%option{ :value => "Shape" } rule shapes
%input#feature_groups_value{ :value => "1e-05", :style => "text-align:right; width:5em" }
%button#set_feature_groups
@@ -176,6 +176,7 @@
%h2#weights Weights
%p N.B. that updates are only done if the post-edit is different from the original 1-best output of the decoder.
+ %p Update of a single row is: After = Before - (Rate * -Raw Diff.) = Before + (Rate * Raw. Diff.). The 'Raw Diff.' column is the sum of the difference vectors of the misranked pairs.
%h3 Weight updates
%table.sortable