diff options
author | Patrick Simianer <p@simianer.de> | 2016-01-29 18:20:59 +0100 |
---|---|---|
committer | Patrick Simianer <p@simianer.de> | 2016-01-29 18:20:59 +0100 |
commit | e5a850baeb2679af818d36311f75d03d721d1a01 (patch) | |
tree | 8e169c2f18ab5d5d4976a67fbd2309a14045cdfc | |
parent | 81910d5770dc75f79f37e774238986be12718e91 (diff) |
debug: comment
-rw-r--r-- | js/debug.js | 1 |
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(); |