diff options
Diffstat (limited to 'js/debug.js')
-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(); |