1
Jenis kovarian yang berbeda untuk Model Campuran Gaussian
Saat mencoba Gaussian Mixture Models di sini , saya menemukan 4 jenis kovarian ini. 'full' (each component has its own general covariance matrix), 'tied' (all components share the same general covariance matrix), 'diag' (each component has its own diagonal covariance matrix), 'spherical' (each component has its own single variance). Saya …