Open jorenham opened 2 months ago
Currently there's only the _loss_step loss function that's used by L-GMM in lmo.inference.fit. Implementing L-CUGMM would involve creating a _loss_cue. Unlike _loss_step, the _loss_cue loss function updates the weight matrix at each iteration.
_loss_step
lmo.inference.fit
_loss_cue
Currently there's only the
_loss_step
loss function that's used by L-GMM inlmo.inference.fit
. Implementing L-CUGMM would involve creating a_loss_cue
. Unlike_loss_step
, the_loss_cue
loss function updates the weight matrix at each iteration.