ocpc-py


Nameocpc-py JSON
Version 0.2.0 PyPI version JSON
download
home_pagehttps://github.com/fmborges2/PC_Classifier/
SummaryOne Class Classifier based on Principal Curves in Python
upload_time2024-11-26 23:43:18
maintainerNone
docs_urlNone
authorFernando Elias de Melo Borges
requires_pythonNone
licenseMIT License
keywords one class classifier data classification principal curves k segments
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # OCPC Classifier
Principal Curves based Classifier in two versios: One-Class and MultiClass.
This algorithm is free for use (MIT Licence)
Please refer to our research paper: " de Melo Borges, F.E., Mota, O.F., Ferreira, D.D. et al. One-class classifier based on principal curves. Neural Comput & Applic (2023). https://doi.org/10.1007/s00521-023-08721-8 "
when you use this algorithm.

This current version includes the pip repo, you can install the module using the pip command:

pip install ocpc-py

The pip's link is https://pypi.org/project/ocpc-py/

The example file shows the operation of the module in its 3 different applications.


            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/fmborges2/PC_Classifier/",
    "name": "ocpc-py",
    "maintainer": null,
    "docs_url": null,
    "requires_python": null,
    "maintainer_email": null,
    "keywords": "one class classifier, data classification, principal curves, k segments",
    "author": "Fernando Elias de Melo Borges",
    "author_email": "fernandoelias.mb@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/c8/f6/9f0466e1f93cdeb28670c86139f25af4d171d7cb39d941324e535bb6ee59/ocpc_py-0.2.0.tar.gz",
    "platform": null,
    "description": "# OCPC Classifier\r\nPrincipal Curves based Classifier in two versios: One-Class and MultiClass.\r\nThis algorithm is free for use (MIT Licence)\r\nPlease refer to our research paper: \" de Melo Borges, F.E., Mota, O.F., Ferreira, D.D. et al. One-class classifier based on principal curves. Neural Comput & Applic (2023). https://doi.org/10.1007/s00521-023-08721-8 \"\r\nwhen you use this algorithm.\r\n\r\nThis current version includes the pip repo, you can install the module using the pip command:\r\n\r\npip install ocpc-py\r\n\r\nThe pip's link is https://pypi.org/project/ocpc-py/\r\n\r\nThe example file shows the operation of the module in its 3 different applications.\r\n\r\n",
    "bugtrack_url": null,
    "license": "MIT License",
    "summary": "One Class Classifier based on Principal Curves in Python",
    "version": "0.2.0",
    "project_urls": {
        "Homepage": "https://github.com/fmborges2/PC_Classifier/"
    },
    "split_keywords": [
        "one class classifier",
        " data classification",
        " principal curves",
        " k segments"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "c8f69f0466e1f93cdeb28670c86139f25af4d171d7cb39d941324e535bb6ee59",
                "md5": "ece94a5e53d711d636c72218bafeaa9b",
                "sha256": "bbf2e949bb86a09cc0d8e39cab2ce838867ec0479e9d999dcdb84326f10341ca"
            },
            "downloads": -1,
            "filename": "ocpc_py-0.2.0.tar.gz",
            "has_sig": false,
            "md5_digest": "ece94a5e53d711d636c72218bafeaa9b",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 11713,
            "upload_time": "2024-11-26T23:43:18",
            "upload_time_iso_8601": "2024-11-26T23:43:18.485367Z",
            "url": "https://files.pythonhosted.org/packages/c8/f6/9f0466e1f93cdeb28670c86139f25af4d171d7cb39d941324e535bb6ee59/ocpc_py-0.2.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-11-26 23:43:18",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "fmborges2",
    "github_project": "PC_Classifier",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "ocpc-py"
}
        
Elapsed time: 0.35835s