- 授权协议: Apache
- 开发语言: Java JavaScript
- 操作系统: 跨平台
- 软件首页: http://code.google.com/p/choosel/wiki/ProtovisGWT
软件介绍
Protovis-GWT (Source Code, Examples) 是一个开源的 GWT 数据可视化模块,使用 GWT 封装了 Protovis 可视化的JavaScript库的使用。
示例代码:
public void onModuleLoad() {
RootPanel.get().add(new ProtovisWidget() {
protected void onAttach() {
super.onAttach();
initPVPanel();
// create visualization here...
getPVPanel().render();
}
});
}
Bandit Algorithms for Website Optimization
John Myles White / O'Reilly Media / 2013-1-3 / USD 19.99
This book shows you how to run experiments on your website using A/B testing - and then takes you a huge step further by introducing you to bandit algorithms for website optimization. Author John Myle......一起来看看 《Bandit Algorithms for Website Optimization》 这本书的介绍吧!
