/pcoa

This library provides a way to apply Principal Coordinate Analysis on a distance (dissimilarity) matrix

Primary LanguageRustApache License 2.0Apache-2.0

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.

Status

Experimental.