BiObjClassification


NameBiObjClassification JSON
Version 0.0.1 PyPI version JSON
download
home_pageNone
SummaryBi-objective Lexicographical Classification
upload_time2024-04-15 18:15:42
maintainerNone
docs_urlNone
authorTiago Costa Soares, Pedro Augusto Mendes, Iago Augusto de Carvalho
requires_pythonNone
licenseNone
keywords classification bi-objetive lexicographical ranking csv
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            
#boRanking

Alpha version with most useful functions implemented.

Developed by


## Overview

The project implements a bi-objective lexicographic ranking approach. The classification is done based on two input files, one containing the results of each algorithm, and the other containing the execution times for each scenario.

## Installation

Make sure you have Python 3 installed. Then, you can install the package using the following command:


import boRanking


## Usage

After installing the package.

from boRanking import biobjective_lexicographic

# Function biobjective_lexicographic:

matrix_ranking = biobjective_lexicographic('results.csv', 'time.csv')
'Replace 'results.csv' and 'time.csv' with your file names'



## License

This project is licensed under the GNU General Public License v3.0 - see the LICENSE file for details.

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "BiObjClassification",
    "maintainer": null,
    "docs_url": null,
    "requires_python": null,
    "maintainer_email": null,
    "keywords": "classification, bi-objetive, lexicographical, ranking, csv",
    "author": "Tiago Costa Soares, Pedro Augusto Mendes, Iago Augusto de Carvalho",
    "author_email": "tiagocsoares22@gmail.com, pedroaugusto.mendes035@gmail.com, iago.carvalho@unifal-mg.edu.brZ",
    "download_url": "https://files.pythonhosted.org/packages/a2/b7/1b46dde342865ac98200c04f074d8f8c0b6b2ffcbdde0461aaa544609279/BiObjClassification-0.0.1.tar.gz",
    "platform": null,
    "description": "\n#boRanking\n\nAlpha version with most useful functions implemented.\n\nDeveloped by\n\n\n## Overview\n\nThe project implements a bi-objective lexicographic ranking approach. The classification is done based on two input files, one containing the results of each algorithm, and the other containing the execution times for each scenario.\n\n## Installation\n\nMake sure you have Python 3 installed. Then, you can install the package using the following command:\n\n\nimport boRanking\n\n\n## Usage\n\nAfter installing the package.\n\nfrom boRanking import biobjective_lexicographic\n\n# Function biobjective_lexicographic:\n\nmatrix_ranking = biobjective_lexicographic('results.csv', 'time.csv')\n'Replace 'results.csv' and 'time.csv' with your file names'\n\n\n\n## License\n\nThis project is licensed under the GNU General Public License v3.0 - see the LICENSE file for details.\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "Bi-objective Lexicographical Classification",
    "version": "0.0.1",
    "project_urls": null,
    "split_keywords": [
        "classification",
        " bi-objetive",
        " lexicographical",
        " ranking",
        " csv"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "a2b71b46dde342865ac98200c04f074d8f8c0b6b2ffcbdde0461aaa544609279",
                "md5": "b5fecc49e85708ed742ce80589f2e98e",
                "sha256": "b8cf55268b1ee4bb3712f40738e5f2faed183dc9e5bd42bb9a9447cd9d36eeb6"
            },
            "downloads": -1,
            "filename": "BiObjClassification-0.0.1.tar.gz",
            "has_sig": false,
            "md5_digest": "b5fecc49e85708ed742ce80589f2e98e",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 17484,
            "upload_time": "2024-04-15T18:15:42",
            "upload_time_iso_8601": "2024-04-15T18:15:42.168379Z",
            "url": "https://files.pythonhosted.org/packages/a2/b7/1b46dde342865ac98200c04f074d8f8c0b6b2ffcbdde0461aaa544609279/BiObjClassification-0.0.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-04-15 18:15:42",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "biobjclassification"
}
        
Elapsed time: 0.23409s