I know that mllr_solve can creates mllr matrix for both means and variances.
Is it possible to perform offline transformation using mllr_transform to the variances as well? (like means)
No, it's not possible right now
You need to implement this change in mllt_transform, the patch would be appreciated.
Log in to post a comment.
I know that mllr_solve can creates mllr matrix for both means and variances.
Is it possible to perform offline transformation using mllr_transform to the
variances as well? (like means)
No, it's not possible right now
You need to implement this change in mllt_transform, the patch would be
appreciated.