Skip to content

celehs/mvBSC

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

44 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Overview

This R package implements the multi-view Banded Spectral Clustering (mvBSC) algorithm developed by Luwan Zhang, Katherine Liao, Issac Kohane, and Tianxi Cai. The technical details of the mvBSC algorithm can be found at https://arxiv.org/abs/1804.02097.

Installation

If devtools is not installed, uncomment the code below and install it from CRAN.

# install.packages("devtools")

Install development version from GitHub:

devtools::install_github("celehs/mvBSC")

Load package mvBSC into R:

library(mvBSC)

References

L. Zhang, K. Liao, I. Kohane, T. Cai. Multi-view Banded Spectral Clustering with Application to ICD9 Clustering. https://arxiv.org/abs/1804.02097

About

Multi-view Banded Spectral Clustering (mvBSC)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages