Skip to content

Latest commit

 

History

History
18 lines (11 loc) · 977 Bytes

README.md

File metadata and controls

18 lines (11 loc) · 977 Bytes

The GBClust package for generalized Bayes clustering

The repository includes the R functions to implement the clustering procedures of the paper:

The GBClust package can be installed by running the following commands:

# If the devtools R package is not already installed
# install.packages("devtools")

devtools::install_github("tommasorigon/GBClust")

The documentation of the GBClust package is available in this repository. Moreover, the file introduction.md contains detailed instruction for reproducing Figure 1 of the paper.

The files for reproducing the code of the paper are included in the R_scripts_paper folder.