fuzzy-c-means

View on PyPIReverse Dependencies (3)

1.7.2 fuzzy_c_means-1.7.2-py3-none-any.whl

Wheel Details

Project: fuzzy-c-means
Version: 1.7.2
Filename: fuzzy_c_means-1.7.2-py3-none-any.whl
Download: [link]
Size: 9130
MD5: b14795ffd815b9600bd78586c93f3d8d
SHA256: 4a5fcb4f7ab6bec4cabe68c21e975977a1cd3ff0a5deaf27fade145939a59e82
Uploaded: 2024-03-20 18:00:21 +0000

dist-info

METADATA

Metadata-Version: 2.1
Name: fuzzy-c-means
Version: 1.7.2
Summary: A simple python implementation of Fuzzy C-means algorithm.
Author: Madson Dias
Author-Email: madsonddias[at]gmail.com
Home-Page: https://github.com/omadson/fuzzy-c-means
Project-Url: Documentation, https://fuzzy-c-means.readthedocs.io/en/latest/
Project-Url: Repository, https://github.com/omadson/fuzzy-c-means
License: MIT
Keywords: machine-learning,data-science,fuzzy-c-means,clustering
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Python: >=3.9,<4.0
Requires-Dist: joblib (<2.0.0,>=1.2.0)
Requires-Dist: numpy (<2.0.0,>=1.21.1)
Requires-Dist: pydantic (<3.0.0,>=2.6.4)
Requires-Dist: tabulate (<0.9.0,>=0.8.9)
Requires-Dist: tqdm (<5.0.0,>=4.64.1)
Requires-Dist: typer (<0.10.0,>=0.9.0)
Description-Content-Type: text/markdown
[Description omitted; length: 3526 characters]

WHEEL

Wheel-Version: 1.0
Generator: poetry-core 1.5.2
Root-Is-Purelib: true
Tag: py3-none-any

RECORD

Path Digest Size
LICENSE sha256=gjovZko76v2KWi7OIVtXP7MjclhwLZ4iRc22DlyoW1k 1077
fcmeans/__init__.py sha256=HEsNQZ9r1raVLcTqfJpQOMyuDR8Qcq8oIyxyfQZ9nnY 134
fcmeans/cli.py sha256=HKsr4OJkjSyQ8_9f2dqdRpuL0VkHd2uyxlEm_8HNCYA 6494
fcmeans/main.py sha256=w7j3GG_Z3rPtSPGJJzifIw8idWSbEho0AKez-1EbB3Y 7036
fuzzy_c_means-1.7.2.dist-info/LICENSE sha256=gjovZko76v2KWi7OIVtXP7MjclhwLZ4iRc22DlyoW1k 1077
fuzzy_c_means-1.7.2.dist-info/METADATA sha256=soW9K8VSHDKitEMyIJhcl7a0rdY8ofpV0XYleOSI7Pg 4657
fuzzy_c_means-1.7.2.dist-info/WHEEL sha256=7Z8_27uaHI_UZAc4Uox4PpBhQ9Y5_modZXWMxtUi4NU 88
fuzzy_c_means-1.7.2.dist-info/entry_points.txt sha256=P3EO7b4XXuyUHaQRiyULKf5SCa_MSm13Y36Cgb8dZe8 39
fuzzy_c_means-1.7.2.dist-info/RECORD

entry_points.txt

fcm = fcmeans.cli:app