mgo.tools.clustering

Type members

Classlikes

object EMGMM

EM-GMM implementation. Inspired by the work of Maël Fabien: https://github.com/maelfabien/EM_GMM_HMM

EM-GMM implementation. Inspired by the work of Maël Fabien: https://github.com/maelfabien/EM_GMM_HMM

case
class GMM(means: Array[Array[Double]], covariances: Array[Array[Array[Double]]], weights: Array[Double])
object WDFEMGMM

Weighted-data Gaussian mixture model (WDF-GMM) with Fixed weight implementation. https://team.inria.fr/perception/research/wdgmm/ Gebru, I. D., Alameda-Pineda, X., Forbes, F., & Horaud, R. (2016). EM Algorithms for Weighted-Data Clustering with Application to Audio-Visual Scene Analysis. IEEE Transactions on Pattern Analysis and Machine Intelligence, 38(12), 2402–2415. doi:10.1109/tpami.2016.2522425

Weighted-data Gaussian mixture model (WDF-GMM) with Fixed weight implementation. https://team.inria.fr/perception/research/wdgmm/ Gebru, I. D., Alameda-Pineda, X., Forbes, F., & Horaud, R. (2016). EM Algorithms for Weighted-Data Clustering with Application to Audio-Visual Scene Analysis. IEEE Transactions on Pattern Analysis and Machine Intelligence, 38(12), 2402–2415. doi:10.1109/tpami.2016.2522425