https://github.com/reinterpretcat/pcoa
This library provides a way to apply Principal Coordinate Analysis on a distance (dissimilarity) matrix
https://github.com/reinterpretcat/pcoa
Last synced: 4 months ago
JSON representation
This library provides a way to apply Principal Coordinate Analysis on a distance (dissimilarity) matrix
- Host: GitHub
- URL: https://github.com/reinterpretcat/pcoa
- Owner: reinterpretcat
- License: apache-2.0
- Created: 2024-01-25T20:51:37.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2024-01-26T19:04:47.000Z (over 2 years ago)
- Last Synced: 2025-10-25T19:51:39.510Z (9 months ago)
- Language: Rust
- Homepage:
- Size: 14.6 KB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Description
This projects provides a simple implementation to apply `Principal Coordinate Analysis` on distance (dissimilarity) matrix.
The logic inside is based on Python's `scikit-bio` library.
# How to use
Documentation can be found [here](https://docs.rs/pcoa).
# Status
Experimental.