Metadata-Version: 2.1
Name: BiObjClassification
Version: 0.0.1
Summary: Bi-objective Lexicographical Classification
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
Keywords: classification,bi-objetive,lexicographical,ranking,csv
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Science/Research
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: POSIX :: Linux
Classifier: Operating System :: Microsoft :: Windows
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: csvkit


#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.
