Skip to content

JSAT 0.0.8

Compare
Choose a tag to compare
@EdwardRaff EdwardRaff released this 30 May 02:47
· 228 commits to master since this release

A small number of commits in this release, but a fair amount packed into them!

  • Added new CPM classifier, another fast but non-linear method similar to AMM
  • Improved a number of the Vector Collections / Metric spaces
    • Fixed bug in RBC
    • Huge performance improvements to KDTree
    • VPMV avoids pathological worst case performance
    • A number of the collections now support incremental insertion (and a new interface for that feature too)
    • CoverTree algorithm added
  • RandomUtil added to make it easy to get consistent results / repeatable experiments
  • Performance improvement to IntSet, original code moved to a new SortedIntSet class
  • Bug fix and better bounds checking for HamerlyKMeans
  • Bug fix in SOM