diff options
Diffstat (limited to 'code/weightviswrapper.js')
| -rw-r--r-- | code/weightviswrapper.js | 5 |
1 files changed, 5 insertions, 0 deletions
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; })(); |
