https://github.com/rgmining/ria
Repeated Improvement Analysis
https://github.com/rgmining/ria
algorithm dexa graph mining review ria
Last synced: about 11 hours ago
JSON representation
Repeated Improvement Analysis
- Host: GitHub
- URL: https://github.com/rgmining/ria
- Owner: rgmining
- License: gpl-3.0
- Created: 2016-10-08T19:37:15.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2022-03-10T12:41:20.000Z (almost 4 years ago)
- Last Synced: 2025-10-27T11:52:06.780Z (3 months ago)
- Topics: algorithm, dexa, graph, mining, review, ria
- Language: Python
- Homepage: https://rgmining.github.io/ria/
- Size: 2.62 MB
- Stars: 3
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: COPYING
Awesome Lists containing this project
README
# Repeated Improvement Analysis
[](https://www.gnu.org/copyleft/gpl.html)
[](https://travis-ci.org/rgmining/ria)
[](https://app.wercker.com/project/byKey/7751cf9d910a68b30ab010c5c341eb59)
[](https://codeclimate.com/github/rgmining/ria)
[](https://github.com/rgmining/ria/releases/tag/v0.9.6)
[](https://rgmining.github.io/ria/)
This package provides 4 algorithms for review graph mining project.
[Mutually Reinforcing Analysis (MRA)](http://www.anrdoezrs.net/links/8186671/type/dlg/http://link.springer.com/chapter/10.1007%2F978-3-642-23088-2_25)
algorithm is an algorithm we've introduced in DEXA 2011,
[Repeated Improvement Analysis (RIA)](http://db-event.jpn.org/deim2015/paper/253.pdf) algorithm
is an algorithm we've introduced in DEIM 2015.
Algorithm **One** has been proposed by Ee-Peng Lim *ea al.* in CIKM 2010, and algorithm **OneSum** is an variation of it made by us.
This package is a part of [Review Graph Mining Project](https://rgmining.github.io/)
which provides other algorithms, datasets, and helper libraries.
See [the documents](https://rgmining.github.io/ria/) for more information.
## Installation
Use `pip` to install this package.
```shell
$ pip install --upgrade rgmining-ria
```
## License
This software is released under The GNU General Public License Version 3,
see [COPYING](https://github.com/rgmining/ria/blob/master/COPYING) for more detail.