Skip to content

cissagatto/R_MultiLabel_Csv2Arff

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

R MultiLabel CSV 2 ARFF

This code is part of my doctoral research. The aim is convert CSV file in an ARFF file correctly for a multi-label dataset.

How to cite

@misc{Gatto2020, author = {Gatto, E. C.}, title = {R code to convert CSV to ARFF in Multilabel Classification}, year = {2021}, publisher = {GitHub}, journal = {GitHub repository}, howpublished = {\url{https://github.com/cissagatto/R_MultiLabel_Csv2Arff}}}

Execute

argument 1: string CSV file name with its respective folder path

argument 2: string arff file name with its respective folder path (no problem, the file does not exist! it will be created here)

argument 3: a range of labels that will be converted to nominal

Terminal

java -jar R_csv_2_arff.jar "arg1" "arg2" "arg3"

CHECK

There must be a folder called lib with weka.jar inside it.

Without this folder, the file r_csv_2_arff.jar does not work

Acknowledgment

  • This study was financed in part by the Coordenação de Aperfeiçoamento de Pessoal de Nível Superior - Brasil (CAPES) - Finance Code 001.
  • This study was financed in part by the Conselho Nacional de Desenvolvimento Científico e Tecnológico - Brasil (CNPQ) - Process number 200371/2022-3.
  • The authors also thank the Brazilian research agencies FAPESP financial support.

Contact

elainececiliagatto@gmail.com

Links

| Site | Post-Graduate Program in Computer Science | Computer Department | Biomal | CNPQ | Ku Leuven | Embarcados | Read Prensa | Linkedin Company | Linkedin Profile | Instagram | Facebook | Twitter | Twitch | Youtube |

Thanks

About

This code converts CSV file in an ARFF file correctly for a multi-label dataset

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published