commit | 14e7741e406d6eccfde9d5f900c3b4c7f9b2b344 | [log] [tgz] |
---|---|---|
author | Alex Fandrianto <alexfandrianto@google.com> | Wed Jan 21 16:31:29 2015 -0800 |
committer | Alex Fandrianto <alexfandrianto@google.com> | Wed Jan 21 16:35:14 2015 -0800 |
tree | 19e16756a9f2d43bad36ea0f7923f2aa1e4637cc | |
parent | 1581e155d3e173cd261c388bec3814633641f0f3 [diff] |
viz: Shortcut Learner (recommendations) learn upon success-only The learner should only learn whenver we successfully visit an item. It currently learns every time we visit an item, but this was leading to bad recommendations for items that never existed. This change will eliminate recommendations of items that never existed. Change-Id: I51bfd03e4720fb19fab2d152bf84d0bfca8241f5
Viz is a browser-like application that lets the user view and traverse mount tables, intermediate nodes, and services. It also lets the user invoke services either to see the results, or to change the state of a server.
You must have the Vanadium Extension installed on Chrome to run this.
Get it here: https://chrome.google.com/webstore/detail/vanadium-extension/jcaelnibllfoobpedofhlaobfcoknpap
Before you can run Viz, you need to build. Simply run:
make
make start
and navigate to http://localhost:9000
to stop simply CTRL-C the console running the make start
If you have any problems after updating the code, try
make clean
make start