Skip to content

hdlib v0.1.14

Compare
Choose a tag to compare
@cumbof cumbof released this 27 Jul 01:27
· 57 commits to main since this release

hdlib v0.1.14

Fix:

  • model.Model.fit now correctly generates both bipolar and binary level vectors;
  • space.Vector.dist automatically converts the cosine similarity into a distance measure;
  • model.Model.predict and model.Model.error_rate are now compatible with all the supported distance metrics (euclidean, hamming, and cosine).