Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jfacorro/page-rank-mmd
Page rank toy implementation in Clojure using core.matrix.
https://github.com/jfacorro/page-rank-mmd
Last synced: 20 days ago
JSON representation
Page rank toy implementation in Clojure using core.matrix.
- Host: GitHub
- URL: https://github.com/jfacorro/page-rank-mmd
- Owner: jfacorro
- License: epl-1.0
- Created: 2014-10-06T04:37:54.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2015-03-31T05:20:38.000Z (almost 10 years ago)
- Last Synced: 2024-11-18T09:41:33.500Z (3 months ago)
- Language: Clojure
- Homepage: https://class.coursera.org/mmds-001/
- Size: 207 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# page-rank
A Clojure implementation of the page-rank algorithm using [core.matrix](https://github.com/mikera/core.matrix)
for the linear algebra operations.## License
Copyright © 2014 Juan Facorro
Distributed under the Eclipse Public License either version 1.0 or (at
your option) any later version.