Skip to content

Version 0.1.0

Latest
Compare
Choose a tag to compare
@jlsuarezdiaz jlsuarezdiaz released this 01 Dec 17:08
· 20 commits to master since this release

Added

  • Tests for algorithms, classifiers, tune functions and plot functions, and Travis Continuous Integration.
  • Covariance distance as a distance metric learning algorithm.
  • Local Linear Discriminant Analysis (LLDA).
  • Changelog file.
  • Kernel Local Linear Discriminant Analysis (KLLDA).

Changed

  • Distance calculation in LMNN.
  • Cleaned code according to PEP 8 standards.

Fixed

  • Dimensionality reduction in KDA.