A correlation vector implementation in python
Project description
ms_cv - Correlation Vector
A correlation vector implementation in python, based on Microsoft's implementation.
Usage
import ms_cv
cll_vec = ms_cv.CorrelationVector()
print('Initial cll vector: {}'.format(cll_vec.get_value()))
print('Next iteration: {}'.format(cll_vec.increment()))
Installation
pip install ms_cv
Requirements
- None
Compatibility
- Python 3
License
MIT LICENSE
Authors
ms_cv
was written by OpenXbox <noreply@openxbox.org>
.
Based on the implementation by Microsoft:
https://github.com/search?q=org%3Amicrosoft+correlationVector
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
ms_cv-0.1.1.tar.gz
(2.6 kB
view details)
File details
Details for the file ms_cv-0.1.1.tar.gz
.
File metadata
- Download URL: ms_cv-0.1.1.tar.gz
- Upload date:
- Size: 2.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/49.3.1 requests-toolbelt/0.9.1 tqdm/4.48.2 CPython/3.8.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 0264aabba9d620ecf55816ebff3e9e7b7e727c5a9d9c07fbabef2c1ea7395a07 |
|
MD5 | 038414709d3efaa096e7405d4da1b3d5 |
|
BLAKE2b-256 | 1ce0581b746c4b26aa0fac038fc300c6ec8b70c2a2837860bb08c4307cba9673 |