Repository: incubator-samoa Updated Branches: refs/heads/gh-pages bef47fc54 -> a9997d739
Merge pull request #1 from apache/gh-pages Update gh-pages Project: http://git-wip-us.apache.org/repos/asf/incubator-samoa/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-samoa/commit/46f7a74f Tree: http://git-wip-us.apache.org/repos/asf/incubator-samoa/tree/46f7a74f Diff: http://git-wip-us.apache.org/repos/asf/incubator-samoa/diff/46f7a74f Branch: refs/heads/gh-pages Commit: 46f7a74fe8dbe2f5b0437b304dc7614a65c58b3c Parents: 6599de0 bef47fc Author: Albert Bifet <[email protected]> Authored: Fri Mar 13 13:11:04 2015 +0800 Committer: Albert Bifet <[email protected]> Committed: Fri Mar 13 13:11:04 2015 +0800 ---------------------------------------------------------------------- README.md | 37 + _config.yml | 13 + _includes/footer.html | 16 + _includes/head.html | 31 + _includes/header.html | 24 + _layouts/default.html | 19 + _layouts/documentation.html | 16 + _layouts/page.html | 14 + _sass/_syntax-highlighting.scss | 70 + assets/css/bootstrap-theme.css | 470 ++ assets/css/bootstrap-theme.css.map | 1 + assets/css/bootstrap-theme.min.css | 5 + assets/css/bootstrap.css | 6332 ++++++++++++++++++ assets/css/bootstrap.css.map | 1 + assets/css/bootstrap.min.css | 5 + assets/css/theme.css | 18 + assets/fonts/glyphicons-halflings-regular.eot | Bin 0 -> 20335 bytes assets/fonts/glyphicons-halflings-regular.svg | 229 + assets/fonts/glyphicons-halflings-regular.ttf | Bin 0 -> 41280 bytes assets/fonts/glyphicons-halflings-regular.woff | Bin 0 -> 23320 bytes assets/js/bootstrap.js | 2320 +++++++ assets/js/bootstrap.min.js | 7 + assets/js/npm.js | 13 + bylaws.md | 101 + contributors.html | 89 - css/main.scss | 47 + documentation/Adaptive-Model-Rules-Regressor.md | 40 + documentation/Bagging-and-Boosting.md | 33 + documentation/Building-SAMOA.md | 44 + documentation/Bylaws.md | 107 + documentation/Content-Event.md | 120 + documentation/Developing-New-Tasks-in-SAMOA.md | 163 + documentation/Distributed-Stream-Clustering.md | 22 + ...istributed-Stream-Frequent-Itemset-Mining.md | 59 + documentation/Executing-SAMOA-with-Apache-S4.md | 101 + .../Executing-SAMOA-with-Apache-Samza.md | 290 + .../Executing-SAMOA-with-Apache-Storm.md | 100 + documentation/Getting-Started.md | 32 + documentation/Home.md | 57 + documentation/Learner.md | 20 + documentation/Prequential-Evaluation-Task.md | 27 + documentation/Processing-Item.md | 38 + documentation/Processor.md | 71 + documentation/SAMOA-Topology.md | 18 + documentation/SAMOA-and-Machine-Learning.md | 13 + documentation/SAMOA-for-MOA-users.md | 17 + ...Scalable-Advanced-Massive-Online-Analysis.md | 13 + documentation/Stream.md | 49 + documentation/Task.md | 54 + documentation/Team.md | 41 + documentation/Topology-Builder.md | 33 + .../Vertical-Hoeffding-Tree-Classifier.md | 26 + documentation/images/HelloWorldTask.png | Bin 0 -> 43909 bytes documentation/images/PrequentialEvaluation.png | Bin 0 -> 21178 bytes .../images/SAMOA Explain All Shuffling.png | Bin 0 -> 29828 bytes .../images/SAMOA Explain Key Shuffling.png | Bin 0 -> 26273 bytes .../images/SAMOA Explain Shuffling.png | Bin 0 -> 25596 bytes documentation/images/SAMOA FIM.jpg | Bin 0 -> 24677 bytes documentation/images/SAMOA FIM.png | Bin 0 -> 11553 bytes .../images/SAMOA Message Shuffling.png | Bin 0 -> 21472 bytes documentation/images/Topology.png | Bin 0 -> 77962 bytes documentation/images/VHT.png | Bin 0 -> 37794 bytes documentation/images/hamr.png | Bin 0 -> 52429 bytes documentation/images/vamr.png | Bin 0 -> 44558 bytes index.html | 104 +- params.json | 2 +- 66 files changed, 11434 insertions(+), 138 deletions(-) ----------------------------------------------------------------------
