Skip to content

v0.1-develop

Pre-release
Pre-release
Compare
Choose a tag to compare
@rrose1 rrose1 released this 24 Jun 14:57

The key differences of the branch from v0.1 are the following:

  • The LDA viewer sim_* functions take the similarity or distance function as a parameter. The module includes an implementation of the Jensen-Shannon divergence and this is set as the default for LDA.
  • The distance matrix methods return the Manifold object, which facilitates clustering. This branch then also requires sklearn and matplotlib to import the viewer classes.