From e5a850baeb2679af818d36311f75d03d721d1a01 Mon Sep 17 00:00:00 2001 From: Patrick Simianer Date: Fri, 29 Jan 2016 18:20:59 +0100 Subject: debug: comment --- js/debug.js | 1 + 1 file changed, 1 insertion(+) (limited to 'js') 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(); -- cgit v1.2.3