Metadata-Version: 2.1
Name: mulearn
Version: 0.2.9
Summary: A python package for inducing membership functions from labeled data
Home-page: https://github.com/dariomalchiodi/mulearn/tree/main/
Author: Dario Malchiodi
Author-email: dario.malchiodi@unimi.it
License: Apache Software License 2.0
Keywords: fuzzy membership induction
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Requires-Python: >=3.7
Description-Content-Type: text/markdown
Requires-Dist: numpy (<1.19.0)
Requires-Dist: matplotlib
Requires-Dist: scipy
Requires-Dist: tensorflow (>=2.3.0)
Requires-Dist: scikit-learn (>=0.23.2)
Requires-Dist: pandas (>=1.1.5)
Requires-Dist: seaborn
Requires-Dist: scikit-fuzzy (>=0.4.2)

# mulearn

[![Documentation Status](https://readthedocs.org/projects/mulearn/badge/?version=latest)](https://mulearn.readthedocs.io/en/latest/?badge=latest)

> A python package for inducing membership functions from labeled data


mulearn is a python package implementing the metodology for data-driven induction of fuzzy sets described in

- D. Malchiodi and W. Pedrycz, _Learning Membership Functions for Fuzzy Sets through Modified Support Vector Clustering_, in F. Masulli, G. Pasi e R. Yager (Eds.), Fuzzy Logic and Applications. 10th International Workshop, WILF 2013, Genoa, Italy, November 19–22, 2013. Proceedings., Vol. 8256, Springer International Publishing, Switzerland, Lecture Notes on Artificial Intelligence, 2013;
- D. Malchiodi and A. G. B. Tettamanzi, _Predicting the Possibilistic Score of OWL Axioms through Modified Support Vector Clustering_, in H. Haddad, R. L. Wainwright e R. Chbeir (Eds.), SAC'18: Proceedings of the 33rd Annual ACM Symposium on Applied Computing, ACM (ISBN 9781450351911), 1984–1991, 2018.

## Install

The package can easily be installed:

- via `pip`, by running `pip install mulearn` in a terminal;
- through `conda`, by running `conda install -c dariomalchiodi mulearn`;
- cloning this repo.

APIs are described at https://mulearn.readthedocs.io/.

