Skip to content

Latest commit

 

History

History
30 lines (24 loc) · 2.06 KB

File metadata and controls

30 lines (24 loc) · 2.06 KB

PCA Plugin Actions Status

Principal components analysis plugin for the ManiVault visual analytics framework.


Settings UI (left) and several PCA components of MNIST (right: 1&2, 3&4, 5&6)

Clone the repo:

git clone https://github.com/ManiVaultStudio/PcaPlugin.git

Eigen is automatically downloaded during the cmake configuration.

Settings

Testing

You can perform unit tests. Set the cmake variable MV_PCA_UNIT_TESTS to build tests. To build the testing project, you'll need to install some further dependencies and create ground truth data; see test/README.md.