UNPKG

nipals-pca

Version:

A NIPALS implementation of PCA that handles missing values

11 lines (7 loc) 355 B
# NIPALS PCA for javascript An simple NIPALS implementation of PCA that handles missing values. The package is under development and will soon contain funtionality beyond the bare minimum. ## Installation ## Usage Create a Dataset object from a json array of arrays see the [package source](https://gitlab.com/h.f.pettersson/nipals-pca-js) for details