pcoa 0.1.2

This crate provides a way to apply Principal Coordinate Analysis on a distance (dissimilarity) matrix.
Documentation

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.