Skip to content

Fixes to kmeans and gmm

Yannick DAYER requested to merge params into master
  • Allows the setting of k-means' oversampling_factor.
  • Changes the naming of GMM map parameters.
  • Adds a test for GMMMachine.load().
  • Applies a threshold to n in ml_gmm_m_step.
  • Computes values as float instead of array in GMMStats.

Merge request reports