rx-algorithm


Namerx-algorithm JSON
Version 1.0.0 PyPI version JSON
download
home_page
SummaryRX algorithm implementation in NumPy
upload_time2023-07-10 09:50:54
maintainerEmma Doyle
docs_urlNone
authorEmma Doyle
requires_python>=3.9,<4.0
licenseGPLv3
keywords rx algorithm mahalanobis image
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # rx_algorithm

A fast (experimental) RX algorithm implementation in Python 3.9+ with overhead reduction based on entropy estimation via compression.

## Example usage

```python
from rx_algorithm import rx
from rx.utils import plot

X = rx(array)
plot(X, 'out.png')
```

            

Raw data

            {
    "_id": null,
    "home_page": "",
    "name": "rx-algorithm",
    "maintainer": "Emma Doyle",
    "docs_url": null,
    "requires_python": ">=3.9,<4.0",
    "maintainer_email": "emma@premiscale.com",
    "keywords": "rx,algorithm,mahalanobis,image",
    "author": "Emma Doyle",
    "author_email": "emma@premiscale.com",
    "download_url": "https://files.pythonhosted.org/packages/0f/6e/1bb9614d3c806c21cc0be315efd142d650167b3781cbff454388596f8130/rx_algorithm-1.0.0.tar.gz",
    "platform": null,
    "description": "# rx_algorithm\n\nA fast (experimental) RX algorithm implementation in Python 3.9+ with overhead reduction based on entropy estimation via compression.\n\n## Example usage\n\n```python\nfrom rx_algorithm import rx\nfrom rx.utils import plot\n\nX = rx(array)\nplot(X, 'out.png')\n```\n",
    "bugtrack_url": null,
    "license": "GPLv3",
    "summary": "RX algorithm implementation in NumPy",
    "version": "1.0.0",
    "project_urls": null,
    "split_keywords": [
        "rx",
        "algorithm",
        "mahalanobis",
        "image"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "306e84fc8422cf3aa9d67cd08c48b6dab6b11c576d12db3b7be1a45ebfbe23f9",
                "md5": "b7046b2d9cd2c36bf0c8743cc8a93f3c",
                "sha256": "e522131c86c799c4a03843c22e6808e3ebab2856fd56663e5634350b272a4d86"
            },
            "downloads": -1,
            "filename": "rx_algorithm-1.0.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "b7046b2d9cd2c36bf0c8743cc8a93f3c",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.9,<4.0",
            "size": 2026870,
            "upload_time": "2023-07-10T09:50:52",
            "upload_time_iso_8601": "2023-07-10T09:50:52.039287Z",
            "url": "https://files.pythonhosted.org/packages/30/6e/84fc8422cf3aa9d67cd08c48b6dab6b11c576d12db3b7be1a45ebfbe23f9/rx_algorithm-1.0.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "0f6e1bb9614d3c806c21cc0be315efd142d650167b3781cbff454388596f8130",
                "md5": "48e57d92e3a49cc120c0a2f30c58b116",
                "sha256": "f347740d2df0b01da3e4a390814e87ace2a3270f29c5d0b88f697218e1252cf5"
            },
            "downloads": -1,
            "filename": "rx_algorithm-1.0.0.tar.gz",
            "has_sig": false,
            "md5_digest": "48e57d92e3a49cc120c0a2f30c58b116",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.9,<4.0",
            "size": 2016005,
            "upload_time": "2023-07-10T09:50:54",
            "upload_time_iso_8601": "2023-07-10T09:50:54.152690Z",
            "url": "https://files.pythonhosted.org/packages/0f/6e/1bb9614d3c806c21cc0be315efd142d650167b3781cbff454388596f8130/rx_algorithm-1.0.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-07-10 09:50:54",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "rx-algorithm"
}
        
Elapsed time: 0.20548s