-
Notifications
You must be signed in to change notification settings - Fork 0
kohta/Risomap
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
Risomap: fast isomap implementation in R with Rcpp ================================================================================ to use: - copy risomap.so in R working directory - import "risomap.R" script on R - use risomap function to compile: To compile the project, lapack, CPPLapack and Rcpp are needed to be installed. lapack and CPPLapack could be installed below. - lapack: http://www.netlib.org/lapack/ - CPPLapack: http://cpplapack.sourceforge.net/ Rcpp could be installed via normal R package installation process (install.pack -ages). On the project directory, you could type "R CMD SHLIB risomap.cpp" command for compilation.
About
fast isomap implementation for R with Rcpp
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published