Code for the AAAI 2012 Manifold Warping paper
There are two independent implementations here, in Python and Matlab.
Depends on numpy, scipy, matplotlib, and scikit-learn.
Run python test.py
to make sure everything works as intended,
then python demo.py
to see (most of) the aligners in action.
All dependencies are included.
To get started, run the setup.m
script,
which will attempt to compile any MEX functions and adds support code to the matlab path.
To run the example code, try manifold_warping_test.m
and test_semisupervised.m
.
All of the alignment methods are implemented in the Alignment
directory.