README.md

maskmeans: Multi-view aggregation/splitting K-means clustering algorithm

DOI

The maskmeans package can be installed as follows:

library(devtools)
devtools::install_github("andreamrau/maskmeans")
library(maskmeans)

To also build the vignette, you can use the following (note that this will require the installation of some extra packages):

devtools::install_github("andreamrau/maskmeans", build_vignettes=TRUE)
library(maskmeans)

maskmeans incorporates algorithms for aggregating or splitting an existing hard or soft classification using multi-view data. The primary functions of this package are as follows:

There are also two main plotting functions:

See the package vignette for a full example and description. If the package was installed with the built vignette above, it may be accessed after loading the package via vignette("maskmeans").

If you use maskmeans in your research, please cite our work:



andreamrau/maskmeans documentation built on Nov. 13, 2021, 7:44 a.m.