Metadata-Version: 2.1
Name: pyfuzzyset
Version: 0.0.13
Summary: Includes Fuzzy Set Algorithms, Intuitionistic Fuzzy Set Algorithms and Fuzzy Cluster Validity Indexes
Home-page: https://github.com/ibrahimayaz/pyfuzzyset
Author: İbrahim AYAZ, Fatih KUTLU
Author-email: ayazibrahim13@gmail.com
License: MIT
Description: 
        **Includes Fuzzy Set Algorithms, Intuitionistic Fuzzy Set Algorithms and Fuzzy Cluster Validity Indexes**
        
        .. image:: https://img.shields.io/badge/pypi-v4.0.1-blue.svg
            :target: https://pypi.python.org/pypi/akinator.py/
        
        .. image:: https://img.shields.io/badge/python-%E2%89%A53.5.3-yellow.svg
            :target: https://www.python.org/downloads/
        
        """""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""
        
        MIT License
        
        Copyright (c) 2021 Ä°brahim AYAZ
        
        Permission is hereby granted, free of charge, to any person obtaining a copy
        of this software and associated documentation files (the "Software"), to deal
        in the Software without restriction, including without limitation the rights
        to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
        copies of the Software, and to permit persons to whom the Software is
        furnished to do so, subject to the following conditions:
        
        The above copyright notice and this permission notice shall be included in all
        copies or substantial portions of the Software.
        
        THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
        IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
        FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
        AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
        LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
        OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
        SOFTWARE.
        
        **********
        Installing
        **********
        
        To install the regular library without async support, just run the following command::
        
          python3 -m pip install -U pyfuzzyset
        
        Requirements
        ============
        
        - Python â‰¥3.7
        
        
        Change Log
        ==========
        
        0.0.1 (31/01/2021)
        ------------------
        - First release
        
        0.0.2 (01/02/2021)
        ------------------
        - Second release
        
        0.0.3 (17/02/2021)
        ------------------
        - Change directory
        
        0.0.9 (28/02/2021)
        ------------------
        - IFCM, FCM code optimization and Objective Function Added (Bug Fixed)
        
        0.0.11 (28/02/2021)
        ------------------
        - Bug Fixed
        
        0.0.12 (03/03/2021)
        ------------------
        - Bug Fixed
        
        0.0.13 (03/03/2021)
        ------------------
        - Bug Fixed
        
Keywords: fuzzy set clustering intuitionistic sezgisel bulanık küme
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Education
Classifier: Operating System :: OS Independent
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Description-Content-Type: text/markdown
