Metadata-Version: 1.1
Name: minepy
Version: 1.2.0
Summary: minepy - Maximal Information-based Nonparametric Exploration
Home-page: http://minepy.readthedocs.io
Author: Davide Albanese
Author-email: davide.albanese@gmail.com
License: GPLv3
Download-URL: http://minepy.readthedocs.io
Description: minepy - Maximal Information-based Nonparametric Exploration
        ============================================================
        
        .. image:: https://travis-ci.org/minepy/minepy.png?branch=master
          :target: https://travis-ci.org/minepy/minepy
        
        .. image:: https://readthedocs.org/projects/minepy/badge/?version=latest
          :target: http://minepy.readthedocs.io/en/latest/?badge=latest
          :alt: Documentation Status
        
        minepy provides an **ANSI C library** for the Maximal Information-based
        Nonparametric Exploration (**MIC** and **MINE family**). Key features:
        
        * **APPROX-MIC** (the original algorithm, DOI: 10.1126/science.1205438) and
          **MIC_e** (DOI: arXiv:1505.02213 and DOI: arXiv:1505.02214) estimators;
        * **Total Information Coefficient** (TIC, DOI: arXiv:1505.02213) and the
          **Generalized Mean Information Coefficient** (GMIC, DOI: arXiv:1308.5712);
        * a **C++** interface;
        * an efficient **Python API**;
        * an efficient **MATLAB/OCTAVE API**;
        * a **command-line application** similar to the original ``MINE.jar``;
        * the `minerva` **R interface** is available at `CRAN
          <https://cran.r-project.org/web/packages/minerva/index.html>`_.
        
        minepy is an open-source, GPLv3-licensed software.
        
        * `Homepage <http://minepy.readthedocs.io>`_
        * `Download <https://github.com/minepy/minepy/releases>`_
        * `Github page <https://github.com/minepy/minepy>`_
        * `Issues <https://github.com/minepy/minepy/issues>`_
        
        Documentation
        -------------
        * `Latest (github snapshot) <http://minepy.readthedocs.io/en/latest>`_
        * `1.2 (stable, 16/10/27) <http://minepy.readthedocs.io/en/v1.2.0>`_
        * `1.1 (stable, 16/05/10) <http://minepy.readthedocs.io/en/v1.1.0>`_
        * `1.0 <http://minepy.sourceforge.net/docs/1.0.0/>`_
        
        Citing minepy
        -------------
        
        Davide Albanese, Michele Filosi, Roberto Visintainer, Samantha Riccadonna,
        Giuseppe Jurman and Cesare Furlanello. minerva and minepy: a C engine for the
        MINE suite and its R, Python and MATLAB wrappers.  Bioinformatics (2013)
        29(3): 407-408 first published online December 14, 2012
        doi:10.1093/bioinformatics/bts707.
        
        Financial Contributions
        -----------------------
        
        * `Computational Biology Unit - Research and Innnovation Center at Fondazione
          Edmund Mach <http://www.fmach.it/eng>`_
        * `Predictive Models for Biological and Environmental Data Analysis (MPBA)
          Research Unit at Fondazione Bruno Kessler  <http://mpba.fbk.eu>`_
        
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: GNU General Public License (GPL)
Classifier: Programming Language :: C
Classifier: Programming Language :: C++
Classifier: Programming Language :: Cython
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Other
Classifier: Operating System :: OS Independent
