This dataset contains the source code for the uncertainty-aware multidimensional scaling (UAMDS) algorithm implemented in the Java programming language.
UAMDS is a nonlinear dimensionality reduction technique for sets of random vectors. The implemented UAMDS model allows to project a set of multivariate normal distributions to low-dimensional space, e.g. 1D, 2D or 3D for visualization.
This dataset only contains the core components for performing UAMDS without any accompanying visualization techniques.