Skip to main content

Fast and explainable clustering based on sorting

Project description

pypi Download Status Documentation Status License: MIT

CLASSIX is a fast and explainable clustering algorithm based on sorting. Here are a few highlights:

  • Ability to cluster low and high-dimensional data of arbitrary shape efficiently.

  • Ability to detect and deal with outliers in the data.

  • Ability to provide textual explanations for the generated clusters.

  • Full reproducibility of all tests in the accompanying paper.

  • Support of Cython compilation.

CLASSIX is a contrived acronym of CLustering by Aggregation with Sorting-based Indexing and the letter X for explainability. CLASSIX clustering consists of two phases, namely a greedy aggregation phase of the sorted data into groups of nearby data points, followed by a merging phase of groups into clusters. The algorithm is controlled by two parameters, namely the distance parameter radius for the group aggregation and a minPts parameter controlling the minimal cluster size.

Installing and example

CLASSIX has the following dependencies for its clustering functionality:

  • cython

  • numpy

  • scipy

  • requests

and requires the following packages for data visualization:

  • matplotlib

  • pandas

To install the current CLASSIX release via PIP use:

pip install classixclustering

To check the CLASSIX installation you can use:

python -m pip show classixclustering

Download the repository via:

git clone https://github.com/nla-group/classix.git

Example usage:

from sklearn import datasets
from classix import CLASSIX

# Generate synthetic data
X, y = datasets.make_blobs(n_samples=2000000, centers=4, n_features=10, random_state=1)

# Employ CLASSIX clustering
clx = CLASSIX(sorting='pca', verbose=1)
clx.fit(X)

Citation

@techreport{CG22b,
  title   = {Fast and explainable clustering based on sorting},
  author  = {Chen, Xinye and G\"{u}ttel, Stefan},
  year    = {2022},
  number  = {arXiv:2202.01456},
  pages   = {25},
  institution = {The University of Manchester},
  address = {UK},
  type    = {arXiv EPrint},
  url     = {https://arxiv.org/abs/2202.01456}

}

Project details


Release history Release notifications | RSS feed

This version

1.4.8

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

classixclustering-1.4.8.tar.gz (1.4 MB view details)

Uploaded Source

Built Distributions

If you're not sure about the file name format, learn more about wheel file names.

classixclustering-1.4.8-cp312-cp312-win_amd64.whl (2.2 MB view details)

Uploaded CPython 3.12Windows x86-64

classixclustering-1.4.8-cp312-cp312-win32.whl (2.0 MB view details)

Uploaded CPython 3.12Windows x86

classixclustering-1.4.8-cp312-cp312-musllinux_1_2_x86_64.whl (7.4 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ x86-64

classixclustering-1.4.8-cp312-cp312-musllinux_1_2_i686.whl (7.3 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ i686

classixclustering-1.4.8-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (6.2 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ x86-64

classixclustering-1.4.8-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (5.9 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ i686manylinux: glibc 2.5+ i686

classixclustering-1.4.8-cp312-cp312-macosx_11_0_arm64.whl (2.3 MB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

classixclustering-1.4.8-cp311-cp311-win_amd64.whl (2.2 MB view details)

Uploaded CPython 3.11Windows x86-64

classixclustering-1.4.8-cp311-cp311-win32.whl (2.1 MB view details)

Uploaded CPython 3.11Windows x86

classixclustering-1.4.8-cp311-cp311-musllinux_1_2_x86_64.whl (7.5 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ x86-64

classixclustering-1.4.8-cp311-cp311-musllinux_1_2_i686.whl (7.4 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ i686

classixclustering-1.4.8-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (6.3 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ x86-64

classixclustering-1.4.8-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (6.1 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ i686manylinux: glibc 2.5+ i686

classixclustering-1.4.8-cp311-cp311-macosx_11_0_arm64.whl (2.3 MB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

classixclustering-1.4.8-cp310-cp310-win_amd64.whl (2.2 MB view details)

Uploaded CPython 3.10Windows x86-64

classixclustering-1.4.8-cp310-cp310-win32.whl (2.1 MB view details)

Uploaded CPython 3.10Windows x86

classixclustering-1.4.8-cp310-cp310-musllinux_1_2_x86_64.whl (7.3 MB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ x86-64

classixclustering-1.4.8-cp310-cp310-musllinux_1_2_i686.whl (7.2 MB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ i686

classixclustering-1.4.8-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (6.0 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ x86-64

classixclustering-1.4.8-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (5.8 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ i686manylinux: glibc 2.5+ i686

classixclustering-1.4.8-cp310-cp310-macosx_11_0_arm64.whl (2.3 MB view details)

Uploaded CPython 3.10macOS 11.0+ ARM64

classixclustering-1.4.8-cp39-cp39-win_amd64.whl (2.2 MB view details)

Uploaded CPython 3.9Windows x86-64

classixclustering-1.4.8-cp39-cp39-win32.whl (2.1 MB view details)

Uploaded CPython 3.9Windows x86

classixclustering-1.4.8-cp39-cp39-musllinux_1_2_x86_64.whl (7.3 MB view details)

Uploaded CPython 3.9musllinux: musl 1.2+ x86-64

classixclustering-1.4.8-cp39-cp39-musllinux_1_2_i686.whl (7.2 MB view details)

Uploaded CPython 3.9musllinux: musl 1.2+ i686

classixclustering-1.4.8-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (6.0 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ x86-64

classixclustering-1.4.8-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (5.8 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ i686manylinux: glibc 2.5+ i686

classixclustering-1.4.8-cp39-cp39-macosx_11_0_arm64.whl (2.3 MB view details)

Uploaded CPython 3.9macOS 11.0+ ARM64

classixclustering-1.4.8-cp38-cp38-win_amd64.whl (2.2 MB view details)

Uploaded CPython 3.8Windows x86-64

classixclustering-1.4.8-cp38-cp38-win32.whl (2.1 MB view details)

Uploaded CPython 3.8Windows x86

classixclustering-1.4.8-cp38-cp38-musllinux_1_2_x86_64.whl (7.4 MB view details)

Uploaded CPython 3.8musllinux: musl 1.2+ x86-64

classixclustering-1.4.8-cp38-cp38-musllinux_1_2_i686.whl (7.3 MB view details)

Uploaded CPython 3.8musllinux: musl 1.2+ i686

classixclustering-1.4.8-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (6.2 MB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ x86-64

classixclustering-1.4.8-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (6.0 MB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ i686manylinux: glibc 2.5+ i686

classixclustering-1.4.8-cp38-cp38-macosx_11_0_arm64.whl (2.3 MB view details)

Uploaded CPython 3.8macOS 11.0+ ARM64

File details

Details for the file classixclustering-1.4.8.tar.gz.

File metadata

  • Download URL: classixclustering-1.4.8.tar.gz
  • Upload date:
  • Size: 1.4 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.12.11

File hashes

Hashes for classixclustering-1.4.8.tar.gz
Algorithm Hash digest
SHA256 493d722445099cead7573a8410e11a753559a14128a25ee650f1c4b60b78e865
MD5 98f8474eba221384315e8b891edbfbc1
BLAKE2b-256 e26e3a7ed9c5b9ebd8c7c1ebe1127afe26ad4485600e5919cdb26597f2a6f35b

See more details on using hashes here.

File details

Details for the file classixclustering-1.4.8-cp312-cp312-win_amd64.whl.

File metadata

File hashes

Hashes for classixclustering-1.4.8-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 6bba92b4a321efc85a67d8e01c2776afb8ac97c2891fdb075f8ecfb00cefb033
MD5 76b98c1a549a33f0508bb077a116d2ac
BLAKE2b-256 513fa82607696d013889640cfa6eace13f3151470ed3ba81a55daf7212cabac0

See more details on using hashes here.

File details

Details for the file classixclustering-1.4.8-cp312-cp312-win32.whl.

File metadata

File hashes

Hashes for classixclustering-1.4.8-cp312-cp312-win32.whl
Algorithm Hash digest
SHA256 d2f2033733d88b599a1ddeb2b78521380a355df256f8c34fcd1e86e705d0639c
MD5 9de4b59cd7abf1b9191df28e93d35e3f
BLAKE2b-256 81eb98c712d53b5dc4b7c627d35c5634d912ed5f5685a7a1447b4e3add78d23d

See more details on using hashes here.

File details

Details for the file classixclustering-1.4.8-cp312-cp312-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for classixclustering-1.4.8-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 b82e2560821a404242b9ef266790aba18c602b115cb7fe70b076309fae4391e6
MD5 77caa1ad6c72d50b00aec44586d9057c
BLAKE2b-256 253821137f99a644027e65c7b00aa35ce8bf2669a73e83f67c58ce2150f4f50c

See more details on using hashes here.

File details

Details for the file classixclustering-1.4.8-cp312-cp312-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for classixclustering-1.4.8-cp312-cp312-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 ee2ab497c7458d679014a5cba29b236af37ee7d20893721760efb92982b866bd
MD5 f4e3a718b52994ea9739ffcde562fafc
BLAKE2b-256 18a8ea9f433e48f93516224af3217e2d79f7d899724c8e4e8e4009b269b3ae94

See more details on using hashes here.

File details

Details for the file classixclustering-1.4.8-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for classixclustering-1.4.8-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 c53770e45881f1af80149a29d2eb665db637d5dc26cd2876aa831907e3d3d878
MD5 2f584ec40745ab4e840f21d355880662
BLAKE2b-256 a81e05d396b85e0a5a5f2e0373f85bbd03a672eb829dd86fbfd6e2f90f09d715

See more details on using hashes here.

File details

Details for the file classixclustering-1.4.8-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for classixclustering-1.4.8-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 9c1a9a887f2730545f16ef7297e17185401c5d8164daf83634d68cbf521a23c9
MD5 7b914e773b80a3cb1fcc3299576dbe02
BLAKE2b-256 2187142869239117d46572a87bb3c180e6d68a5cb1e1c3509b35db11dedc1b35

See more details on using hashes here.

File details

Details for the file classixclustering-1.4.8-cp312-cp312-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for classixclustering-1.4.8-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 b9986ad58fd405151ef6e11e2350c19a8a1ea5f7a0fb240aeee542cc119b3018
MD5 c8a90b6d254c1a84ee0dcec3fce6f28b
BLAKE2b-256 99420750e91403107b5060bd58c2d290f5474f3fd2c97c9c743e6d49560d6c1b

See more details on using hashes here.

File details

Details for the file classixclustering-1.4.8-cp311-cp311-win_amd64.whl.

File metadata

File hashes

Hashes for classixclustering-1.4.8-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 ca318cadb803f9974144f40c128171bf8d595e96448c5c0637b4b27fc4ee8297
MD5 354450c9e26ef7ca44b2ba39e54a6126
BLAKE2b-256 1b4efcfab81c2f86a96a1fffea8dc7ddc540328b10456fad40db885f179c5390

See more details on using hashes here.

File details

Details for the file classixclustering-1.4.8-cp311-cp311-win32.whl.

File metadata

File hashes

Hashes for classixclustering-1.4.8-cp311-cp311-win32.whl
Algorithm Hash digest
SHA256 1544dcabdbe121dd8f1c5b6fe74ef48e60d07ddefbee01bf4913bfc44fea6de1
MD5 03de93c1b6cb5750b03e319a6c49c917
BLAKE2b-256 ec4217c6f348a6bca8b1e2abd837a8be0db12cfb594ba18d3efef6fd349856d1

See more details on using hashes here.

File details

Details for the file classixclustering-1.4.8-cp311-cp311-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for classixclustering-1.4.8-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 076c48e1036a8f1e712a87d7adf87794ad287aabdc4c8ca7bf7193fecefa9295
MD5 818ffd3626541028143618af0c054f51
BLAKE2b-256 514e8c19c02a314429fbe09d4acd2894aab4a7ae2000be545b0000c8415720e2

See more details on using hashes here.

File details

Details for the file classixclustering-1.4.8-cp311-cp311-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for classixclustering-1.4.8-cp311-cp311-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 c466c0c2e94f37f246468bd64ca838f68b84cc8bf4a86b9f05da9fbc1aca1c72
MD5 6e6ef660166f4523390647dcbbb242fb
BLAKE2b-256 4871764f30b6c405b21634c4c667a6f454a0ea36c9b20031ea1b990e2d594caf

See more details on using hashes here.

File details

Details for the file classixclustering-1.4.8-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for classixclustering-1.4.8-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 3ceeacece78c2bcd24751cf0283a056904d5fcc0e111e01f646c199801d3c03b
MD5 ae59205e94edc4af389b95fbcd6d3cfe
BLAKE2b-256 6bd6bb5370bcbd5da57f71aa88959eef556c7adbb4dbb7b7e3a5a91ab6694d38

See more details on using hashes here.

File details

Details for the file classixclustering-1.4.8-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for classixclustering-1.4.8-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 a7c4fa4d989a01996594209fd923080242eb19dbc7c18484328558d56c392f46
MD5 0d10b4df8bc5d125c1dcb5e24134084b
BLAKE2b-256 dfcaa179d54b35a16530d5ede45b2f7f4924ce11edcc40646fb0c9296cedc48a

See more details on using hashes here.

File details

Details for the file classixclustering-1.4.8-cp311-cp311-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for classixclustering-1.4.8-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 9c0106707787e9a0ba49b509fcb641ab69491f9441b5339b6a2ce6799a82fb7e
MD5 bc9e670704b67c2bc7a030e17e073888
BLAKE2b-256 fbb00e79837ec999bf720ffe6045b70a2d5f0ccc8d79229dedaf0e8e769aa08b

See more details on using hashes here.

File details

Details for the file classixclustering-1.4.8-cp310-cp310-win_amd64.whl.

File metadata

File hashes

Hashes for classixclustering-1.4.8-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 fa4b90ea0b98bb9930b5b3151839dab5dc3ab361c3590feaaba7eac035b207b3
MD5 892a98147e3749d0df711d71788cc6f6
BLAKE2b-256 0fa0499c21f4840f282cb43b48b05565b3c04eaf33f31873094ef0c99e68aaf6

See more details on using hashes here.

File details

Details for the file classixclustering-1.4.8-cp310-cp310-win32.whl.

File metadata

File hashes

Hashes for classixclustering-1.4.8-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 3c766c2c4aff831e1fd74a4055f69efaaf4af5e3dea5830815bf02e3906f7540
MD5 d5711ad28cb19ab1cf426b7d2a17dfe8
BLAKE2b-256 5b6748e97d77dbdacbec2bab3ee5d8e657147b5946170ae73dd945e63daf37b6

See more details on using hashes here.

File details

Details for the file classixclustering-1.4.8-cp310-cp310-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for classixclustering-1.4.8-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 c81e18a40f8a6d7684b74e90cf3b5bdb1e95013edb52ed5df3cbe65f9939da79
MD5 8d6d1b341ab848cee33f91599d4bebb6
BLAKE2b-256 345f7c4b1233f6d65eef07d0e10ef13a648a99e5be4c5c772e13270db491436c

See more details on using hashes here.

File details

Details for the file classixclustering-1.4.8-cp310-cp310-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for classixclustering-1.4.8-cp310-cp310-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 18b286df697b8e914d95b940cde34be907e2f24195eaa6c87d2cc9c2ab0746ea
MD5 40abee23e9ae29792c768c07f8653ae0
BLAKE2b-256 ff21150021e05ddb1bddcf259f0f34e0e4c091ed3eb9821de262d867beec35bf

See more details on using hashes here.

File details

Details for the file classixclustering-1.4.8-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for classixclustering-1.4.8-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 3c1c3eb32a024b1a860d68788990f154c64bfca1efb944c041b46617c0620b76
MD5 157315e94d6ba481d61379d651590e76
BLAKE2b-256 8a6c3953dfb980d1a825d927a9f978441856b7a6586e3de1d90909d91bc14f28

See more details on using hashes here.

File details

Details for the file classixclustering-1.4.8-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for classixclustering-1.4.8-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 05345b6f4d91b9a4058cf5f77cb3f05a94d9bdda7af82bb273f939d04ae98565
MD5 8cfb427264cd3ba6d061c5f0bb5c8b5e
BLAKE2b-256 4213ddf5b933138b270688483837e8215a66745dc85acb45041ab5ebfb582a38

See more details on using hashes here.

File details

Details for the file classixclustering-1.4.8-cp310-cp310-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for classixclustering-1.4.8-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 0f7ffb1130f78a9d1e956fb802b00af87ce5db84cbd0fa0b528690ca5c09e65a
MD5 0da73cfe1054d35c37de14da4e1e90af
BLAKE2b-256 5bf0e88df8508038028137d68c53b541609ac1540e036894b9c796602f064089

See more details on using hashes here.

File details

Details for the file classixclustering-1.4.8-cp39-cp39-win_amd64.whl.

File metadata

File hashes

Hashes for classixclustering-1.4.8-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 943f83888096e86a774245735c50bcb9384ce8a942d6d7aac7d76082f7f04c4b
MD5 50979877262a4c7d731f5b57b28578c9
BLAKE2b-256 0d59102597a4765a878419ddb0c9d4d77c11d7497feff15b6210333ab0580c4d

See more details on using hashes here.

File details

Details for the file classixclustering-1.4.8-cp39-cp39-win32.whl.

File metadata

File hashes

Hashes for classixclustering-1.4.8-cp39-cp39-win32.whl
Algorithm Hash digest
SHA256 229218e25a290b5460253ee662f5212a8e8582c3650a5fe6b31ac40114aacfba
MD5 0ce0ca69fa2c7531e92a640f6194eedd
BLAKE2b-256 b39f92d7ec5a00a850c4e839a249b46b1e4eafe1e1b4ed9b6aec41db4121f2dd

See more details on using hashes here.

File details

Details for the file classixclustering-1.4.8-cp39-cp39-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for classixclustering-1.4.8-cp39-cp39-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 5b0a3e0de1765e1d2c6691ff0b4d547bd745c82ce808504d9ffaa0f35610a96c
MD5 e7b99a0f6c4899fe49ad9c954495068c
BLAKE2b-256 0f20eab0dd45ac47f94094b8db3e44658de927fcd7d1467e6f9f3c57b3143676

See more details on using hashes here.

File details

Details for the file classixclustering-1.4.8-cp39-cp39-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for classixclustering-1.4.8-cp39-cp39-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 4b9bc26ad6683fc8085862f5a79395c3c871ed09fd663d814efa5b82417a3855
MD5 b82f99d3a127dcd95fab5784711be7f3
BLAKE2b-256 0b810e3a31a7cf76453feac1ec9c03655a021a7e364c342b2f05af9641027aaf

See more details on using hashes here.

File details

Details for the file classixclustering-1.4.8-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for classixclustering-1.4.8-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 80f69ffc27e6833e52a32d42146cdc4be00a4cace72ce0e43872b479f97b1896
MD5 495256b59ae9a7f7915476b4ba1dbcc1
BLAKE2b-256 1eb417ee9e3d5f7aa94f9591a62b8c8da4c06a7b4865141b30b330a00262aaf9

See more details on using hashes here.

File details

Details for the file classixclustering-1.4.8-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for classixclustering-1.4.8-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 6c9f1fa65b5e72fedb6b0b9d79bcf5b6abe955a0c7d65e2c1b17e566a54bcc0a
MD5 9d535966d7b974565e4fecf235a90410
BLAKE2b-256 e15a7649d11455db76d8bcddff3c34b0c4b962d898fa4b513dad11f8e56097e3

See more details on using hashes here.

File details

Details for the file classixclustering-1.4.8-cp39-cp39-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for classixclustering-1.4.8-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 481f09b6cc601324d59c0d728556d19c4d603e6edbc68003eeb0aa9df0c0e1cb
MD5 54fb21256da190533e7f0b0a46924235
BLAKE2b-256 a226456884b5b8e3f65fa6b263f0624dddec8dc9da0748f46a84163d246ad9a0

See more details on using hashes here.

File details

Details for the file classixclustering-1.4.8-cp38-cp38-win_amd64.whl.

File metadata

File hashes

Hashes for classixclustering-1.4.8-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 7b10c478ee622bfba5e25bddb81f90f231b487a1c25b816ffebad66993eb14dc
MD5 17e994ba1641b6162dc6aea18fcf7189
BLAKE2b-256 6e76ec25b851cd9579596a653a49a19d7de985fbfefb973f63cb62b469c2801b

See more details on using hashes here.

File details

Details for the file classixclustering-1.4.8-cp38-cp38-win32.whl.

File metadata

File hashes

Hashes for classixclustering-1.4.8-cp38-cp38-win32.whl
Algorithm Hash digest
SHA256 10a2b46f5514324873e17a8df6f3db64ce850676a4db3282f73946c5cf57519c
MD5 b4b7893a51f0f05f997bf4f10fa30300
BLAKE2b-256 916758a663530233a8c11ac00d26cad180dec9d53eac2760cda3fe573e5d9301

See more details on using hashes here.

File details

Details for the file classixclustering-1.4.8-cp38-cp38-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for classixclustering-1.4.8-cp38-cp38-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 310371a6d7f1285437edcdc75cf6eaa7e441e35d2148e57b21781ed7945c4dc7
MD5 8fe448041871a76b018b959ac9b6d454
BLAKE2b-256 2bdfcc763773c5ddd09c252388d93e167121540a281f0a4bcdfd048caae7775a

See more details on using hashes here.

File details

Details for the file classixclustering-1.4.8-cp38-cp38-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for classixclustering-1.4.8-cp38-cp38-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 3dac003a153c098c00643f78cbce60bb4e2e02587aa3bc83f433255b2f140840
MD5 f838574230b93f958e7792084f0a7f43
BLAKE2b-256 2cd2e356ee600c1b2f61ebdeefdb5ad39f6ecf11bd3397c8c7087be050ace807

See more details on using hashes here.

File details

Details for the file classixclustering-1.4.8-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for classixclustering-1.4.8-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 e819835cfc889c060ca0e4683747960e15c6c200ccca77ccc74fae2ce0ba2f3b
MD5 2e8456fc8f82b04e734866b225084fb2
BLAKE2b-256 1cef4a401a4e56bdee5e1c741273937508e5ab75a7d31f0ce8f7cb68e10f33b9

See more details on using hashes here.

File details

Details for the file classixclustering-1.4.8-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for classixclustering-1.4.8-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 6f96d0dda72f32cb85ddd2a9fd087ac3c4821dd9aff80ad6282f3be03be5790a
MD5 e042480e9ee07a713e646c4ba29d6cf9
BLAKE2b-256 55e294c9d54aa84f44a9c323cbeb4ec41f83a5a9d5948908dc580df9c23a5eee

See more details on using hashes here.

File details

Details for the file classixclustering-1.4.8-cp38-cp38-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for classixclustering-1.4.8-cp38-cp38-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 081fdc62e2222d66873253869e929b3d73c21c7b9e3dba0f7d6597a4ebec290a
MD5 1a5ac3c4b5891f90e1d3b9a8b9b12116
BLAKE2b-256 5f8e2b41b5e5b7571410d114126b754865a412067416a4f8d61d89be046436d9

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page