Skip to content

Releases: BGU-CS-VIL/DPMMSubClusters.jl

v0.1.13

05 Aug 17:50
Compare
Choose a tag to compare

DPMMSubClusters v0.1.13

Diff since v0.1.12

predict now returns '(labels,probability_matrix)' where the matrix is of NxK.
Added smart splits for Gaussians (added keyword to fit 'smart_splits=true').
Bugs:

Closed issues:

  • Release 0.1.12 (#24)

Merged pull requests:

v0.1.12

17 Aug 16:00
Compare
Choose a tag to compare

DPMMSubClusters v0.1.12

Diff since v0.1.11

  • Added predict method for an existing model.

Bugs:

Merged pull requests:

v0.1.11

23 Feb 08:48
Compare
Choose a tag to compare

DPMMSubClusters v0.1.11

Diff since v0.1.10

Bugs:

Fixed a f32 rounding error bug for the NIW prior.

v0.1.10

06 Feb 14:26
Compare
Choose a tag to compare

DPMMSubClusters v0.1.10

Diff since v0.1.9

Bugs:

Workaround for numerical errors during NIW posterior calculation.

v0.1.9

29 Nov 08:05
Compare
Choose a tag to compare

DPMMSubClusters v0.1.9

Diff since v0.1.7

Bugs:

Updated dependencies versions.
Removed redundant dependencies.
Removed redundant code.

Closed issues:

  • Release 0.1.7 (#14)
  • Release 0.1.8 (#16)

Merged pull requests:

v0.1.7

13 Jan 13:09
v0.1.7
Compare
Choose a tag to compare

Bugs:

Update functions to SpecialFunctions 0.8

v0.1.6

27 Dec 20:21
v0.1.6
3710850
Compare
Choose a tag to compare

Bugs:

  • Fixed numerical error occurring on high-trials multinomials, which caused the deletion of components

Features:

  • Now you can use an outlier component for catching all the outliers, specify its estimated weight, and its hyper params (depends on data and prior, a NIW example will have very high pseudo counts and very wide isotopic variance).
  • fit(...) now return the sub labels as well.
  • cluster_statistics(points, labels, clusters) is a new function which, given the output of the model (or of other points/labels), provides the avg LL and probability of each cluster/

v0.1.5

12 Dec 10:08
v0.1.5
5a43de8
Compare
Choose a tag to compare

v0.1.5 (2019-12-12)

Diff since v0.1.4

Closed issues:

  • Release 0.1.14 (#10)

v0.1.4

31 Oct 14:47
v0.1.4
Compare
Choose a tag to compare

v0.1.4 (2019-10-31)

Diff since v0.1.3

Closed issues:

  • [BUG] Distributed computing slow down (#8)
  • ERROR: MethodError: no method matching fit (#7)
  • Release 0.1.3 (#6)

Merged pull requests:

v0.1.3

26 Aug 09:04
v0.1.3
Compare
Choose a tag to compare

v0.1.3 (2019-08-25)

Diff since v0.1.2

Closed issues:

  • Release 0.1.2 (#5)