Skip to content

This code executes the CLUS algorithm in an R script.

License

Notifications You must be signed in to change notification settings

cissagatto/R-CLUS-HMC

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

R-CLUS-HMC

This code executes CLUS in R and is part of my doctoral research.

Execute

The CLUS algorithm needs a ".s" file that contains the configuration for execution. You need to check the documentation. Here you can find a default example (grupo_1.s). To run past the name of this file in the string "str" and then system(str) execute CLUS. Also, the train and test files must be in the same folder that "s." file.

Run

str = paste("java -jar ", Folder, "/Clus.jar ", "grupo_1.s", sep="")
system(str)

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

[email protected]

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 executes the CLUS algorithm in an R script.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published