summaryrefslogtreecommitdiff
path: root/js/debug.js
diff options
context:
space:
mode:
authorPatrick Simianer <p@simianer.de>2016-01-29 18:20:59 +0100
committerPatrick Simianer <p@simianer.de>2016-01-29 18:20:59 +0100
commite5a850baeb2679af818d36311f75d03d721d1a01 (patch)
tree8e169c2f18ab5d5d4976a67fbd2309a14045cdfc /js/debug.js
parent81910d5770dc75f79f37e774238986be12718e91 (diff)
debug: comment
Diffstat (limited to 'js/debug.js')
-rw-r--r--js/debug.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/js/debug.js b/js/debug.js
index 9bc50f7..b139ef9 100644
--- a/js/debug.js
+++ b/js/debug.js
@@ -15,6 +15,7 @@ $().ready(function()
$("#features_value").focusout(function() { if (this.value == "") this.value = "1e-05"; });
$("#feature_groups_value").click(function() { this.value = ""; });
$("#feature_groups_value").focusout(function() { if (this.value == "") this.value = "1e-05"; });
+ // set all sorts of learning rates
$("#set_features").click(function() {
k = $("#features").val();
v = $("#features_value").val();