bips-hb / blockForest

Random Forests for Blocks of Clinical and Omics Covariate Data
7 stars 4 forks source link

how to compile #8

Closed balcilar closed 5 years ago

balcilar commented 5 years ago

please, could you give the compilation steps of the project for ubuntu?

mnwright commented 5 years ago

We don't have a C++ interface yet. Please use the R version. Just run

install.packages("blockForest")

to install and

library(blockForest)
?blockfor

to see the documentation.

balcilar commented 5 years ago

thanks a lot !