Skip to content
/ uapca Public
forked from grtlr/uapca

Uncertainty-aware principal component analysis.

License

Notifications You must be signed in to change notification settings

spinthil/uapca

 
 

Repository files navigation

Uncertainty-aware principal component analysis

Build Status npm GitHub

This is an implementation of uncertainty-aware principal component analysis, which generalizes PCA to work on probability distributions.

Teaser

You can find a preprint of our paper at arXiv:1905.01127 or on my personal website.

Development

The dependencies can be install using yarn:

yarn install

Builds can be prepared using:

yarn run build
yarn run dev # watches for changes

Run tests:

yarn run test

To perform linter checks you there is:

yarn run lint
yarn run lint-fix # tries to fix some of the warnings

Citation

To cite this work, you can use the following BibTex entry:

@article{UaPCA:2020,
  author    = {Jochen Görtler and Thilo Spinner and Dirk Streeb and Daniel Weiskopf and Oliver Deussen},
  title     = {Uncertainty-Aware Principal Component Analysis},
  journal   = {IEEE Transactions on Visualization and Computer Graphics},
  year      = {2020},
  pages     = {to appear}
}

About

Uncertainty-aware principal component analysis.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • TypeScript 86.5%
  • JavaScript 13.5%