From 96744a133f3d421cdfcd9d18dd5f74981475fd5f Mon Sep 17 00:00:00 2001 From: schneefux Date: Sat, 2 Apr 2016 21:33:19 +0200 Subject: integrate boston housing dataset and test values --- code/weightviswrapper.js | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'code/weightviswrapper.js') diff --git a/code/weightviswrapper.js b/code/weightviswrapper.js index c1586d1..1b3a91a 100644 --- a/code/weightviswrapper.js +++ b/code/weightviswrapper.js @@ -169,6 +169,11 @@ var WeightVisWrapper = (function() { this.button.select(".pause").style("display", ""); }; + WeightVisWrapper.prototype.activate = function(inputs) { + // TODO visualize this :) + return this.netVisualizer.activate(inputs); + }; + return WeightVisWrapper; })(); -- cgit v1.3.1