GitXplorerGitXplorer
F

test_procrustes

public
0 stars
0 forks
1 issues

Commits

List of commits on branch master.
Unverified
f43b3a8df7f30126e8feb918011e283b34872935

v4

FFanwangM committed 5 years ago
Unverified
48d8f3480acdf2ed884c4f49af63ffdf071ad546

v3

FFanwangM committed 5 years ago
Unverified
8696993a843bee2ee65bde3b2ee4c95efc832302

Add numpy, scipy and sphinx

FFanwangM committed 5 years ago
Unverified
3a1a6a4f91ef55d054beadcb6838823edb7a4555

Add v2

FFanwangM committed 5 years ago
Unverified
5c998fac2c9f777cd29fcb3402e520645d54175f

Add tox

FFanwangM committed 5 years ago
Unverified
179d11ebae9189fba33f7721d173fd0daf3c139d

Update 20200122

FFanwangM committed 5 years ago

README

The README file for this repository.

Procrustes

The Procrustes library provides a set of functions for transforming a matrix to make it as similar as possible to a target matrix.

License

Procrustes is distributed under GNU (Version 3) License.

Dependencies

The following dependencies are required to run Procrustes properly,

Installation

To install using package manager, run:

   pip install -e ./ --user

To remove the package, run:

   pip uninstall procrustes

To install the cloned package, run:

   ./setup.py install --user

Testing

To run tests:

    nosetests --with-coverage --cover-package procrustes/. --cover-tests --cover-erase

Development

Any contributor is welcome regardless of their background or programming proficiency. You may refer to the developer guideline for details of how to contribute.

References

If you are using this package, please reference:

Add a link to download bib or ris files