-
Notifications
You must be signed in to change notification settings - Fork 38
A factor analysis package
License
PMBio/peer
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
PEER package source distribution. A complete documentation can be found her https://github.com/PMBio/peer/wiki/ ##Package content## Source distribution of the PEER library with bindings to python,R,standalone ######## Installation instructions ########## ##Dependencies## cmake (http://www.cmake.org/) optional (R/python API) SWIG python/numpy R ##For the impatient## Install instructions. The peer installation tree is baed on cmake. 1) Create a target directory for the build tree # mkdir build 2) go to the build directory and call cmake cd build # cmake ./.. 3) # make # make install ##Troubleshooting and further details## Installing peer binaries: If make is called with the "install" flag; the standard behviour is to install a peer binary and the peer C++ library to the system-wide targets. Use "cmake ./.. -DCMAKE_INSTALL_PREFIX=~/my_software/peer" or equivalent to specify your own build target. *Python module The python module is not affected by CMAKE_INSTALL_PREFIX. Instead, cmake tries to build the python module and installs it using the python version which is int he path when using the command "python". You can specify your own python binary by editing CMakeLists.txt The python interface requires a recent numppy version to be present. *R module TODO: Matias ######## USAGE ########## Quick examples of use cases of peer can be found in examples. For a comprehensive documentation and examples please see https://github.com/PMBio/peer/wiki/
About
A factor analysis package
Resources
License
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published
Languages
- C++ 78.4%
- C 13.3%
- Fortran 6.7%
- Python 1.3%
- Other 0.3%