An open API service indexing awesome lists of open source software.

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

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.