Metadata-Version: 1.1
Name: rgmining-ria
Version: 0.9.4
Summary: Repeated Improvement Analysis Algorithm for Review graph mining project
Home-page: https://github.com/rgmining/ria
Author: Junpei Kawamoto
Author-email: kawamoto.junpei@gmail.com
License: GPLv3
Description: Repeated Improvement Analysis
        =============================
        
        |GPLv3| |Build Status| |wercker status| |Code Climate| |Release|
        
        |Logo|
        
        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.
        
        ::
        
            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.
        
        .. |GPLv3| image:: https://img.shields.io/badge/license-GPLv3-blue.svg
           :target: https://www.gnu.org/copyleft/gpl.html
        .. |Build Status| image:: https://travis-ci.org/rgmining/ria.svg?branch=master
           :target: https://travis-ci.org/rgmining/ria
        .. |wercker status| image:: https://app.wercker.com/status/7751cf9d910a68b30ab010c5c341eb59/s/master
           :target: https://app.wercker.com/project/byKey/7751cf9d910a68b30ab010c5c341eb59
        .. |Code Climate| image:: https://codeclimate.com/github/rgmining/ria/badges/gpa.svg
           :target: https://codeclimate.com/github/rgmining/ria
        .. |Release| image:: https://img.shields.io/badge/release-0.9.3-brightgreen.svg
           :target: https://github.com/rgmining/ria/releases/tag/v0.9.3
        .. |Logo| image:: https://rgmining.github.io/ria/_static/image.png
           :target: https://rgmining.github.io/ria/
        
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Natural Language :: English
Classifier: Programming Language :: Python
Classifier: Topic :: Software Development :: Libraries
Classifier: Topic :: Scientific/Engineering :: Information Analysis
