Skip to content

Latest commit

 

History

History
45 lines (17 loc) · 1.39 KB

CHANGELOG.md

File metadata and controls

45 lines (17 loc) · 1.39 KB

Change Log

All notable changes to this project will be documented in this file. See Conventional Commits for commit guidelines.

0.2.3 (2021-07-01)

Note: Version bump only for package @thi.ng/k-means

0.2.2 (2021-06-08)

Note: Version bump only for package @thi.ng/k-means

0.2.0 (2021-04-20)

Features

  • k-means: add meansLatLon centroid strategy, docstrings (269c11c)

0.1.0 (2021-04-19)

Bug Fixes

  • k-means: use dist metric in initKmeanspp() (37bd6c6)

Features

  • k-means: add k-medians support (6bc450b)
  • k-means: add kmeans++ initialization, update opts (fcc2dcc)
  • k-means: import as new pkg (a32aaf6)