Metadata-Version: 1.1
Name: PyInference
Version: 0.4.2
Summary: Python module for building bayesian and mixed inference nets
Home-page: https://github.com/sejros/PyInference
Author: sejros
Author-email: sairos@bk.ru
License: GNU GPL
Description: PyInference - библиотека для нечеткого и Байесовского вывода. 
        
        Официальный сайт - https://github.com/sejros/PyInference
        
        PyInference will run on Python 2.7.
        
        PyInference depends on as few packages as possible. Currently only numpy and matplotlib is strictly required.
        
        
        Installation
        
        With Pip:
        
        $ pip install pyinference
        
        Or download the source and run the setup file:
        
        $ python setup.py install
        
        
        
        
        
Platform: any
Classifier: Programming Language :: Python
Classifier: Development Status :: 3 - Alpha
Classifier: Natural Language :: Russian
Classifier: Intended Audience :: Science/Research
Classifier: Intended Audience :: Education
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Operating System :: OS Independent
Classifier: Topic :: Scientific/Engineering :: Mathematics
Classifier: Topic :: Scientific/Engineering :: Visualization
